diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-22 22:17:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-29 00:10:38 +0100 |
| commit | 7ef258483646f85db00ec1ddd6e3b93a641d7232 (patch) | |
| tree | 952dc6e9b3f935e341c5ad0ea7b1204233ee19bc | |
| parent | a39980bf474b469ebdd189f2f23a970c29bb12da (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 """, |
