Fix warning name typo.
authorCarl Hetherington <cth@carlh.net>
Wed, 13 Feb 2019 00:43:57 +0000 (00:43 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 13 Feb 2019 00:43:57 +0000 (00:43 +0000)
wscript

diff --git a/wscript b/wscript
index 0cb49a076dee54f2c8b7b173b35ac3751fec32dd..561097917ca353375bdeffb5c109ff81bc0929c3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -99,7 +99,7 @@ def configure(conf):
                                        # Remove auto_ptr warnings from libxml++-2.6
                                        '-Wno-deprecated-declarations',
                                        '-Wno-ignored-qualifiers',
-                                       '-Wno-parantheses',
+                                       '-Wno-parentheses',
                                        '-D_FILE_OFFSET_BITS=64'])
 
     if conf.options.force_cpp11: