From 580d13e73d8f2d9dcd6b857ac8ec8a89377fbfda Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 25 Mar 2020 23:59:11 +0100 Subject: [PATCH] configure: Remove all C standard versions from the MSVC command line. Silences a warning for every file when compiling with clang-cl.exe --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 18f2841765..90aaab92a9 100755 --- a/configure +++ b/configure @@ -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 ;;