Skip to content

Commit

Permalink
Compile testsuite modules with '+nowarn_export_all' option
Browse files Browse the repository at this point in the history
This remove compilation errors with Erlang/OTP 20. Instead of exporting
explicitly public functions, it is easier to ignore the warning.
  • Loading branch information
capflam committed Apr 21, 2017
1 parent 2f93c73 commit 8775ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/Makefile.am
Expand Up @@ -17,7 +17,7 @@ EBIN_FILES=$(MODULES:%.erl=$(EBIN_DIR)/%.beam)

LOG_DIR=@builddir@/logs

ERLC_FLAGS = $(ERLC_GENERIC_FLAGS) -DSHOW_LOG
ERLC_FLAGS = $(ERLC_GENERIC_FLAGS) -DSHOW_LOG +nowarn_export_all

include @top_srcdir@/erlang_deps.mk

Expand Down

0 comments on commit 8775ba2

Please sign in to comment.