summaryrefslogtreecommitdiff
path: root/lib/inets/test/http_test_lib.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/test/http_test_lib.erl')
-rw-r--r--lib/inets/test/http_test_lib.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/inets/test/http_test_lib.erl b/lib/inets/test/http_test_lib.erl
index f647370f01..f307f8d713 100644
--- a/lib/inets/test/http_test_lib.erl
+++ b/lib/inets/test/http_test_lib.erl
@@ -27,6 +27,7 @@
%% Note: This directive should only be used in test suites.
-compile(export_all).
+-compile(nowarn_export_all).
dummy_server(SocketType, Inet, Extra) ->
dummy_server(self(), SocketType, Inet, Extra).