Fix some unused variable warnings on macOS.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index b9e7d6a640278e4ff0b120e9dd1e9b3d5f42d8b8..a333f95d891255d268d841487669813502a64c2a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -549,6 +549,7 @@ def configure(conf):
                                 #include <boost/process.hpp>\n
                                 int main() { new boost::process::child("foo"); }\n
                                 """,
+                           cxxflags='-Wno-unused-parameter',
                            msg='Checking for boost process library',
                            lib=deps,
                            uselib_store='BOOST_PROCESS')