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:
parent
418e468699
commit
580d13e73d
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue