diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-17 12:20:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-11-17 12:20:38 +0100 |
| commit | 25a30bf3c451fffff47d38e3b86e4dbc9b0d953a (patch) | |
| tree | 46dd753fcbf2661a8033b609c90a95a8ff6f6b92 | |
| parent | 13697312b5040b9bece55d9853587e83aeb0cfde (diff) | |
Quell some warnings.
| -rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
