File 2144-asn1-test-suite-Suppress-warnings-for-compile-export.patch of Package erlang
From 1b4229639562ff4eaa1e776385ff0de40016218b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Mon, 31 Oct 2016 16:26:22 +0100
Subject: [PATCH 4/6] asn1 test suite: Suppress warnings for
-compile(export_all)
---
lib/asn1/test/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/asn1/test/Makefile b/lib/asn1/test/Makefile
index 0716d7929..40575e8a2 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 = .
# ----------------------------------------------------
--
2.11.0