summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-22 22:17:05 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-30 00:43:09 +0100
commit8152da405ff8b29b8420b0469f3a6d0e813a1b7d (patch)
tree49e45cf77e7fb30b5e987317c0a35b78a1b797de
parent667f58236942c634ada2ea1de7147cbacf304dc5 (diff)
Ignore warnings as errors when looking for signals2.
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 1b04cf048..cbcc9c88e 100644
--- a/wscript
+++ b/wscript
@@ -618,6 +618,7 @@ def configure(conf):
uselib_store='BOOST_DATETIME')
conf.check_cxx(fragment="""
+ _Pragma("GCC diagnostic ignored \\"-Wunused-parameter\\"")
#include <boost/signals2.hpp>\n
int main() { boost::signals2::signal<void (int)> x; }\n
""",