diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-22 22:17:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:17 +0100 |
| commit | 29d74152f0e5983e7e01d8b88512149eabda7b5b (patch) | |
| tree | 7deb4bf502272dfa7a5a8b9d17285d111739b5fa /wscript | |
| parent | bbf01298b11398119ae9471d592a611d68d6de54 (diff) | |
Ignore warnings as errors when looking for signals2.
Diffstat (limited to 'wscript')
| -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 """, |
