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/cowboy_test.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cowboy_test.erl') diff --git a/test/cowboy_test.erl b/test/cowboy_test.erl index bdeb801..23185b4 100644 --- a/test/cowboy_test.erl +++ b/test/cowboy_test.erl @@ -14,6 +14,7 @@ -module(cowboy_test). -compile(export_all). +-compile(nowarn_export_all). -import(ct_helper, [config/2]). -- cgit v1.2.3