From b52e3f8db950cc8f3397fad00d0fcc8e611004f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Aug 2020 19:48:41 +0200 Subject: Remove workarounds for ancient versions of MSVC --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index f7854ae..06bc978 100644 --- a/wscript +++ b/wscript @@ -69,6 +69,7 @@ def configure(conf): '/wd4365', # signed/unsigned mismatch '/wd4514', # unreferenced inline function has been removed '/wd4706', # assignment within conditional expression + '/wd4777', # format string and argument mismatch '/wd4820', # padding added after construct '/wd5045', # will insert Spectre mitigation for memory load ], -- cgit v1.2.1