]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Change "no-compiler-commands", "invalid-cmake-used" buildd tags to I-.
[blhc/blhc.git] / bin / blhc
index 1ba238cad0b81ff6f4e45f3e179e161e4217120a..6156b7d1a9b47616e6391b1887ade3cf2453c6c0 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -227,11 +227,11 @@ my %exit_code = (
 );
 
 my %buildd_tag = (
-    no_compiler_commands => 'W-no-compiler-commands',
+    no_compiler_commands => 'I-no-compiler-commands',
     non_verbose_build    => 'W-compiler-flags-hidden',
     flags_missing        => 'W-dpkg-buildflags-missing',
     hardening_wrapper    => 'I-hardening-wrapper-used',
-    invalid_cmake        => 'W-invalid-cmake-used',
+    invalid_cmake        => 'I-invalid-cmake-used',
 );
 
 # Statistics of missing flags and non-verbose build commands. Used for
@@ -1161,11 +1161,11 @@ CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS missing.
 
 =item
 
-B<W-invalid-cmake-used> (version)
+B<I-invalid-cmake-used> (version)
 
 =item
 
-B<W-no-compiler-commands>
+B<I-no-compiler-commands>
 
 No compiler commands were detected. Either the log contains none or they were
 not correctly detected by blhc (please report the bug in this case).