From 5d26c74f50d42042fd78166f815066c7083c0116 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Oct 2020 01:34:17 +0200 Subject: Cleanup: Fix long line --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 46bed4f..327382d 100644 --- a/wscript +++ b/wscript @@ -485,7 +485,7 @@ def build(bld): 'clang': ['-Wno-documentation-unknown-command'], 'msvc': [ '/wd4355', # 'this' used in base member initializer list - '/wd4571', # structured exceptions (SEH) are no longer caught + '/wd4571', # structured exceptions are no longer caught ], }) -- cgit v1.2.1