summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcflags.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/cflags.SH b/cflags.SH
index 5363f992a5..b377ece5a5 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -306,7 +306,7 @@ for file do
cppflags=`echo $cppflags|sed 's/-Wdeclaration-after-statement/ /'`
case "$cc" in
- *clang)
+ *clang*)
# clang complains a lot about -Wunused-value which are not fixable
warn="$warn -Wno-unused-value"
;;