From 7b3263891fdb243a4f3b70b1a5eeb87bd78f6bc1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 24 Nov 2014 04:56:31 +0100 Subject: [PATCH] waf is fun --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 79a5a9a92c..9b8578e698 100644 --- a/wscript +++ b/wscript @@ -387,7 +387,7 @@ def set_compiler_flags (conf,opt): c_flags.extend(('-Wstrict-prototypes', '-Wmissing-prototypes')) cxx_flags.append('-Woverloaded-virtual') if (not is_clang and not platform == "darwin"): - cxx_flags.extend('-Wno-unused-local-typedefs') + cxx_flags.append('-Wno-unused-local-typedefs') # # more boilerplate