rabbitmq-build.mk: Enable -Werror for testsuites too

This commit is contained in:
Jean-Sébastien Pédron 2017-05-19 12:24:07 +02:00
parent 5f46c33dc7
commit 0c364f7499
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Compiler flags.
# --------------------------------------------------------------------
TEST_ERLC_OPTS += +nowarn_export_all
TEST_ERLC_OPTS += -Werror +nowarn_export_all
ERLC_OPTS += +nowarn_export_all
define compare_version