diff options
m--------- | waflib | 0 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/waflib b/waflib -Subproject a7369ab5abc688535fcf5745e0a9323bdf1c01a +Subproject 41c2c98d04eb7b1b776effaea5a1cd3066a73ba @@ -69,6 +69,8 @@ def configure(conf): '/wd4365', # signed/unsigned mismatch '/wd4514', # unreferenced inline function has been removed '/wd4706', # assignment within conditional expression + '/wd4710', # function not inlined + '/wd4711', # function selected for automatic inline expansion '/wd4777', # format string and argument mismatch '/wd4820', # padding added after construct '/wd5045', # will insert Spectre mitigation for memory load |