Closes Debian bug #825671.
- Sync architecture specific hardening support with dpkg 1.17.18.
- Update t/tests.t for new output of Pod::Usage in 1.65 (Debian Bug #825428),
reported by Niko Tyni, patch by Gregor Herrmann.
+- Fix false positives for comment lines (Debian Bug #825671), reported by
+ Fabian Wolff.
Version 0.05
}
}
+ next if $line =~ /^\s*#/;
# Ignore compiler warnings for now.
next if $line =~ /$warning_regex/o;
rm -f afl-gcc afl-as afl-fuzz afl-showmap as afl-g++ afl-clang afl-clang++ *.o *~ a.out core core.[1-9][0-9]* *.stackdump test .test test-instr .test-instr0 .test-instr1
+# "Missing" flags in comments should be ignored.
+# gcc -E tag_tree.list does not work, so use a .c name
+
# gcc -v can cause false positives.
cd GUI && qmake
/usr/bin/make -C GUI