summaryrefslogtreecommitdiffstats
path: root/.skipped-commit-ids
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2017-04-17 11:02:31 +0000
committerDamien Miller <djm@mindrot.org>2017-04-18 10:16:50 +1000
commit7480dfedf8c5c93baaabef444b3def9331e86ad5 (patch)
treed0d87b6163891971d4d80d66968edeee2de9d324 /.skipped-commit-ids
parent4d827f0d75a53d3952288ab882efbddea7ffadfe (diff)
upstream commit
Change COMPILER_VERSION tests which limited additional warnings to gcc4 to instead skip them on gcc3 as clang can handle -Wpointer-sign and -Wold-style-definition. Upstream-ID: 5cbe348aa76dc1adf55be6c0e388fafaa945439a
Diffstat (limited to '.skipped-commit-ids')
-rw-r--r--.skipped-commit-ids1
1 files changed, 1 insertions, 0 deletions
diff --git a/.skipped-commit-ids b/.skipped-commit-ids
index ee8241fb..f60dfa91 100644
--- a/.skipped-commit-ids
+++ b/.skipped-commit-ids
@@ -11,3 +11,4 @@ f6ae971186ba68d066cd102e57d5b0b2c211a5ee systrace is dead.
96c5054e3e1f170c6276902d5bc65bb3b87a2603 remove DEBUGLIBS from Makefile
6da9a37f74aef9f9cc639004345ad893cad582d8 Update moduli file
77bcb50e47b68c7209c7f0a5a020d73761e5143b unset REGRESS_FAIL_EARLY
+38c2133817cbcae75c88c63599ac54228f0fa384 Change COMPILER_VERSION tests