Remove /W3 from the MSVC compiler flags

Meson already uses /W2, like it uses -Wall with GCC.
macos/v1.5.9
Emmanuele Bassi 8 years ago
parent 3eaddbef62
commit bdc2668757
  1. 1
      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

Loading…
Cancel
Save