]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Remove -Wformat-security from expected CFLAGS.
[blhc/blhc.git] / bin / blhc
index b57f470ba1de315dfd2687566e784b0b1af8ea2f..12b7eab8832d965c3d84053f62b21cf153513f59 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -153,8 +153,7 @@ my @def_cflags = (
 );
 my @def_cflags_format = (
     '-Wformat',
-    '-Wformat-security',
-    '-Werror=format-security',
+    '-Werror=format-security', # implies -Wformat-security
 );
 my @def_cflags_fortify = (
     # fortify needs at least -O1, but -O2 is recommended anyway