Commit 580d13e7 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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

Silences a warning for every file when compiling with clang-cl.exe
parent 418e4686
...@@ -4420,7 +4420,7 @@ msvc_common_flags(){ ...@@ -4420,7 +4420,7 @@ msvc_common_flags(){
# generic catch all at the bottom will print the original flag. # generic catch all at the bottom will print the original flag.
-Wall) ;; -Wall) ;;
-Wextra) ;; -Wextra) ;;
-std=c99) ;; -std=c*) ;;
# Common flags # Common flags
-fomit-frame-pointer) ;; -fomit-frame-pointer) ;;
-g) echo -Z7 ;; -g) echo -Z7 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment