From cf3ab5832ad7033219b0f6a806be12c0e9cc9816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 29 Nov 2017 16:57:10 +0100 Subject: Add nowarn_export_all to all test suites --- test/http_SUITE.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'test/http_SUITE.erl') diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index b4c6cc7..203378c 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -15,6 +15,7 @@ -module(http_SUITE). -compile(export_all). +-compile(nowarn_export_all). -import(ct_helper, [config/2]). -import(cowboy_test, [gun_open/1]). -- cgit v1.2.3