Skip to content

Commit

Permalink
Remove /W3 from the MSVC compiler flags
Browse files Browse the repository at this point in the history
Meson already uses /W2, like it uses -Wall with GCC.
  • Loading branch information
ebassi committed Mar 1, 2017
1 parent 3eaddbe commit bdc2668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdc2668

Please sign in to comment.