diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-22 22:17:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-30 00:43:09 +0100 |
| commit | 8152da405ff8b29b8420b0469f3a6d0e813a1b7d (patch) | |
| tree | 49e45cf77e7fb30b5e987317c0a35b78a1b797de | |
| parent | 667f58236942c634ada2ea1de7147cbacf304dc5 (diff) | |
Ignore warnings as errors when looking for signals2.
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 """, |
