rabbitmq-build.mk: Enable -Werror for testsuites too
This commit is contained in:
parent
5f46c33dc7
commit
0c364f7499
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue