X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=4d2fb099cc70f72425791982b1c4ce1e528ccdac;hp=efb7f3b20aa6c98a812dfe8fcadcaa141d249c4d;hb=a0f80b21eb2a1cc3bb306a68fb7a3beed1df9072;hpb=56116d125629a318903895983667ddd7634d5be0 diff --git a/bin/blhc b/bin/blhc index efb7f3b..4d2fb09 100755 --- a/bin/blhc +++ b/bin/blhc @@ -850,6 +850,7 @@ foreach my $file (@ARGV) { } } + next if $line =~ /^\s*#/; # Ignore compiler warnings for now. next if $line =~ /$warning_regex/o;