From e552cb32de829be6bdcac56f8760257152b3ab41 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Oct 2020 21:08:11 +0200 Subject: Suppress fewer MSVC warnings in header test --- wscript | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wscript b/wscript index c28d5b6..dcae5c3 100644 --- a/wscript +++ b/wscript @@ -484,10 +484,6 @@ def build(bld): 'msvc': [ '/wd4355', # 'this' used in base member initializer list '/wd4571', # structured exceptions (SEH) are no longer caught - '/wd4625', # copy constructor implicitly deleted - '/wd4626', # assignment operator implicitly deleted - '/wd5026', # move constructor implicitly deleted - '/wd5027', # move assignment operator implicitly deleted ], }) -- cgit v1.2.1