From 5608fcafaeca3e80688f0fa257b93a05571b9624 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Nov 2020 02:02:44 +0100 Subject: Suppress MSVC warnings --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 21dbc75..67825b7 100644 --- a/wscript +++ b/wscript @@ -53,8 +53,11 @@ def configure(conf): '/wd4625', # copy constructor implicitly deleted '/wd4626', # assignment operator implicitly deleted '/wd4706', # assignment within conditional expression + '/wd4710', # function not inlined + '/wd4711', # function selected for automatic inline expansion '/wd5026', # move constructor implicitly deleted '/wd5027', # move assignment operator implicitly deleted + '/wd5045', # compiler will insert Spectre mitigation ] }) -- cgit v1.2.1