We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8c842 commit 39d0d25Copy full SHA for 39d0d25
build/mif/local.mif
@@ -126,6 +126,7 @@ common_flags = $(common_flags_dbg)
126
127
#
128
# C4013 "'function' undefined; assuming extern returning int"
129
+# C4028 "formal parameter ?? different from declaration"
130
# C4061 "enumerator 'identifier' in switch of enum 'enumeration' is not explicitly handled by a case label"
131
# C4062 "enumerator 'identifier' in switch of enum 'enumeration' is not handled"
132
# C4063 "case 'identifier' is not a valid value for switch of enum 'enumeration'"
@@ -149,6 +150,7 @@ common_cflags_wng = -W4 -wd4214
149
150
!else
151
common_cflags_wng = -Wall &
152
-we4013 &
153
+ -we4028 &
154
-wd4061 &
155
-wd4062 &
156
-wd4063 &
0 commit comments