lost quote
authorRobin Gareus <robin@gareus.org>
Sun, 23 Nov 2014 23:00:58 +0000 (00:00 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 23 Nov 2014 23:00:58 +0000 (00:00 +0100)
wscript

diff --git a/wscript b/wscript
index 63d379bcfb02f93972ca33104d73aa31df1bb719..b87227910efec401643a8fc8b1d47fe1cf6fc67c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -385,7 +385,7 @@ def set_compiler_flags (conf,opt):
             ('-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter'))
 
     c_flags.extend(('-Wstrict-prototypes', '-Wmissing-prototypes'))
-    cxx_flags.extend(('-Woverloaded-virtual', '-Wno-unused-local-typedefs))
+    cxx_flags.extend(('-Woverloaded-virtual', '-Wno-unused-local-typedefs'))
 
     #
     # more boilerplate