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>
Thu, 3 Mar 2022 20:55:40 +0000 (21:55 +0100)
wscript

diff --git a/wscript b/wscript
index 0c563a2eecd8e560bb91f9d6f9b7747e77a8de4e..8087361ef8c535be17eafbb855b7cafa1f0c41ee 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',