aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-10-31 16:26:22 +0100
committerRichard Carlsson <[email protected]>2016-11-29 14:15:32 +0100
commit1b4229639562ff4eaa1e776385ff0de40016218b (patch)
tree44b90cf9f39885d5432c1db86a1fe69b79f0c0c3
parenta78cd5f1b8d5d7c3aa135945b2f6c486da05776d (diff)
downloadotp-1b4229639562ff4eaa1e776385ff0de40016218b.tar.gz
otp-1b4229639562ff4eaa1e776385ff0de40016218b.tar.bz2
otp-1b4229639562ff4eaa1e776385ff0de40016218b.zip
asn1 test suite: Suppress warnings for -compile(export_all)
-rw-r--r--lib/asn1/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/Makefile b/lib/asn1/test/Makefile
index 0716d79291..40575e8a2f 100644
--- a/lib/asn1/test/Makefile
+++ b/lib/asn1/test/Makefile
@@ -134,7 +134,7 @@ RELSYSDIR = $(RELEASE_PATH)/asn1_test
# ----------------------------------------------------
# FLAGS
# ----------------------------------------------------
-ERL_COMPILE_FLAGS += +warnings_as_errors
+ERL_COMPILE_FLAGS += +warnings_as_errors +nowarn_export_all
EBIN = .
# ----------------------------------------------------