X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fblhc;h=4d2fb099cc70f72425791982b1c4ce1e528ccdac;hb=a0f80b21eb2a1cc3bb306a68fb7a3beed1df9072;hp=73b770df9e210c0f2139a62bc7622570a5890e71;hpb=a00399d7dce651ac647634b0ac6b4a6056a92f97;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index 73b770d..4d2fb09 100755 --- a/bin/blhc +++ b/bin/blhc @@ -2,7 +2,7 @@ # Build log hardening check, checks build logs for missing hardening flags. -# Copyright (C) 2012-2015 Simon Ruderich +# Copyright (C) 2012-2016 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -605,7 +605,7 @@ if ($option_help) { } if ($option_version) { print <<"EOF"; -blhc $VERSION Copyright (C) 2012-2015 Simon Ruderich +blhc $VERSION Copyright (C) 2012-2016 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -850,6 +850,7 @@ foreach my $file (@ARGV) { } } + next if $line =~ /^\s*#/; # Ignore compiler warnings for now. next if $line =~ /$warning_regex/o; @@ -1592,7 +1593,7 @@ Ejari.aalto@cante.netE for their valuable input and suggestions. =head1 LICENSE AND COPYRIGHT -Copyright (C) 2012-2015 by Simon Ruderich +Copyright (C) 2012-2016 by Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by