Avoid build errors from glibmm's use of dynamic exception specifications.
authorCarl Hetherington <cth@carlh.net>
Thu, 24 Feb 2022 16:32:38 +0000 (17:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Feb 2022 13:55:24 +0000 (14:55 +0100)
wscript

diff --git a/wscript b/wscript
index 1a260652cefa241452b3179af2afcdf2dd6137fa..3b260360bf88fe7f2e73398c9cf3d6b0b3dd7fd5 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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',