From 3aea7af3fd236974a10f119f629171f55f623588 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 24 Nov 2014 00:00:58 +0100 Subject: [PATCH] lost quote --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 63d379bcfb..b87227910e 100644 --- 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