From bdc2668757aa21744954377067a6d1c2aea4203f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 1 Mar 2017 20:44:07 +0000 Subject: [PATCH] Remove /W3 from the MSVC compiler flags Meson already uses /W2, like it uses -Wall with GCC. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index d271d95..470aef6 100644 --- a/meson.build +++ b/meson.build @@ -77,7 +77,6 @@ if cc.get_id() == 'msvc' # Compiler options taken from msvc_recommended_pragmas.h # in GLib, based on _Win32_Programming_ by Rector and Newcomer test_cflags = [ - '-W3', '-we4002', # too many actual parameters for macro '-we4003', # not enough actual parameters for macro '-w14010', # single-line comment contains line-continuation character