X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=make%2Frun-cc.pl;h=d637ba8c95673ed50e2a65417f30a642bb7b0a62;hb=e44c77aa89b0ff018645783172bcd84791c74c04;hp=e5f29ec7f136139b1f3a01b99bc17a6e85518328;hpb=a4e89e70e21dfa5cecef7df3efc1edffb5cd92bd;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/run-cc.pl b/make/run-cc.pl index e5f29ec7f..d637ba8c9 100755 --- a/make/run-cc.pl +++ b/make/run-cc.pl @@ -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; } ],