diff --git a/common/parse_compiler_output.pm b/common/parse_compiler_output.pm index 9787d347f..966f1826e 100644 --- a/common/parse_compiler_output.pm +++ b/common/parse_compiler_output.pm @@ -155,13 +155,6 @@ sub handle_compiler_output_line($) { return; } - if ($s =~ m/is dangerous, better use/) { - # Linux has this annoying mktemp, mkstemp stuff. Ignore that - # for the timebeing - $self->Output_Normal ($s); - return; - } - if ($s =~ m/possibly used unsafely, use/) { # Similar warnings on NetBSD $self->Output_Normal ($s); diff --git a/make_pretty.pl b/make_pretty.pl index 58ae53988..3eabc26ce 100755 --- a/make_pretty.pl +++ b/make_pretty.pl @@ -235,10 +235,6 @@ () # have the word 'error' in the symbol name - ignore those. return 0 if (m/^ld: \d+\-\d+ WARNING: Duplicate symbol:/); - # Linux has this annoying mktemp, mkstemp stuff. Ignore that - # for the timebeing - return 0 if (/is dangerous, better use/); - # Look for lines that also should be color coded, but not counted # as errors. return 2 if (/Types pointed to are unrelated/