diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-24 17:32:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-03 21:55:40 +0100 |
| commit | 0a6446ff56af5d612bf15c80f7d67db908ea94ef (patch) | |
| tree | 6f2fc0b5d936818f0c7540269460105c77a05a9f /wscript | |
| parent | a21c8fab45da93d072f19e541aa67f2b745a4abc (diff) | |
Avoid build errors from glibmm's use of dynamic exception specifications.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ def configure(conf): '-Wall', '-Wextra', '-Wwrite-strings', + '-Wno-error=deprecated', # I tried and failed to ignore these with _Pragma '-Wno-ignored-qualifiers', '-D_FILE_OFFSET_BITS=64', |
