Don't add non-clang flag regardless of platform.
[ardour.git] / wscript
diff --git a/wscript b/wscript
index 6a945ab0667882c0cd16b362abb0b69536046bc0..27f21ab248b14dbfce936194418e94b6cf0ac5e3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -386,7 +386,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"):
+    if not is_clang:
         cxx_flags.append('-Wno-unused-local-typedefs')
 
     #