]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Show command line on warnings for darix (probably)
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 22 Apr 2008 12:26:05 +0000 (12:26 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 22 Apr 2008 12:26:05 +0000 (12:26 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9577 e03df62e-2008-0410-955e-edbf42e46eb7

make/run-cc.pl

index e5f29ec7f136139b1f3a01b99bc17a6e85518328..d637ba8c95673ed50e2a65417f30a642bb7b0a62 100755 (executable)
@@ -63,6 +63,7 @@ my @msgfilters = (
        [ qr/^.* warning: / => sub {
                my ($msg) = @_;
                my $str = $location . "\e[33;1m$msg\e[0m\n";
+               $showncmdline = 1;
                $location = "";
                return $str;
        } ],