aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 44d05905..d3317ee7 100644
--- a/wscript
+++ b/wscript
@@ -77,6 +77,7 @@ def configure(conf):
],
'msvc': [
'/wd4061', # enumerator in switch is not explicitly handled
+ '/wd4200', # nonstandard: zero-sized array in struct/union
'/wd4365', # signed/unsigned mismatch
'/wd4514', # unreferenced inline function has been removed
'/wd4710', # function not inlined