diff options
author | Björn Gustavsson <[email protected]> | 2016-10-31 16:26:22 +0100 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-29 14:15:32 +0100 |
commit | 1b4229639562ff4eaa1e776385ff0de40016218b (patch) | |
tree | 44b90cf9f39885d5432c1db86a1fe69b79f0c0c3 /lib | |
parent | a78cd5f1b8d5d7c3aa135945b2f6c486da05776d (diff) | |
download | otp-1b4229639562ff4eaa1e776385ff0de40016218b.tar.gz otp-1b4229639562ff4eaa1e776385ff0de40016218b.tar.bz2 otp-1b4229639562ff4eaa1e776385ff0de40016218b.zip |
asn1 test suite: Suppress warnings for -compile(export_all)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/asn1/test/Makefile | 2 |
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 = . # ---------------------------------------------------- |