1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

configure: Remove all C standard versions from the MSVC command line.

Silences a warning for every file when compiling with clang-cl.exe
This commit is contained in:
Carl Eugen Hoyos 2020-03-25 23:59:11 +01:00
parent 418e468699
commit 580d13e73d

2
configure vendored
View File

@ -4420,7 +4420,7 @@ msvc_common_flags(){
# generic catch all at the bottom will print the original flag.
-Wall) ;;
-Wextra) ;;
-std=c99) ;;
-std=c*) ;;
# Common flags
-fomit-frame-pointer) ;;
-g) echo -Z7 ;;