diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-24 17:32:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-25 14:55:24 +0100 |
| commit | c222a8b30acc22cb1529e39e1c87759d528efeef (patch) | |
| tree | 2e04e45591d65343f5a47cc051734af8a1b04400 | |
| parent | b21dfdb0d9f8eb871e1db2e75f394f0b76d5534f (diff) | |
Avoid build errors from glibmm's use of dynamic exception specifications.
| -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', |
