summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-17 12:20:33 +0100
committerCarl Hetherington <cth@carlh.net>2019-11-17 12:20:38 +0100
commit25a30bf3c451fffff47d38e3b86e4dbc9b0d953a (patch)
tree46dd753fcbf2661a8033b609c90a95a8ff6f6b92
parent13697312b5040b9bece55d9853587e83aeb0cfde (diff)
Quell some warnings.
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 1f9ac2273..04ba1c3a4 100644
--- a/wscript
+++ b/wscript
@@ -108,6 +108,8 @@ def configure(conf):
'-Wno-deprecated-declarations',
'-Wno-ignored-qualifiers',
'-Wno-parentheses',
+ # Remove lots of warnings from wxWidgets with newer gcc
+ '-Wno-deprecated-copy',
'-D_FILE_OFFSET_BITS=64'])
if conf.options.force_cpp11: