diff options
Diffstat (limited to 'testsuite/mk/test.mk')
-rw-r--r-- | testsuite/mk/test.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk index d9a13aa711..f036110e07 100644 --- a/testsuite/mk/test.mk +++ b/testsuite/mk/test.mk @@ -53,6 +53,9 @@ TEST_HC_OPTS += -fdiagnostics-color=never TEST_HC_OPTS += -fno-diagnostics-show-caret endif +# See Trac #15278. +TEST_HC_OPTS += -Werror=compat + # Add the no-debug-output last as it is often convenient to copy the test invocation # removing this line. TEST_HC_OPTS += -dno-debug-output |