diff --git a/test/auth_SUITE.erl b/test/auth_SUITE.erl index 87c0ef0d..4f99ae97 100644 --- a/test/auth_SUITE.erl +++ b/test/auth_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/config_encoding_SUITE.erl b/test/config_encoding_SUITE.erl index 80324c38..6858d93e 100644 --- a/test/config_encoding_SUITE.erl +++ b/test/config_encoding_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/cookies_SUITE.erl b/test/cookies_SUITE.erl index 35348df8..228eee3d 100644 --- a/test/cookies_SUITE.erl +++ b/test/cookies_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/copy_error_log_SUITE.erl b/test/copy_error_log_SUITE.erl index 22865806..ea83dad4 100644 --- a/test/copy_error_log_SUITE.erl +++ b/test/copy_error_log_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/deflate_SUITE.erl b/test/deflate_SUITE.erl index 5765003b..ec84d73a 100644 --- a/test/deflate_SUITE.erl +++ b/test/deflate_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/dhfile_SUITE.erl b/test/dhfile_SUITE.erl index 8638f610..6da4550a 100644 --- a/test/dhfile_SUITE.erl +++ b/test/dhfile_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/dynopts_SUITE.erl b/test/dynopts_SUITE.erl index 431a96d0..8aa5b2e7 100644 --- a/test/dynopts_SUITE.erl +++ b/test/dynopts_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/ehtml_SUITE.erl b/test/ehtml_SUITE.erl index 8e441591..eb6c1490 100644 --- a/test/ehtml_SUITE.erl +++ b/test/ehtml_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/gconf_SUITE.erl b/test/gconf_SUITE.erl index c4f3b1ed..cf012e85 100644 --- a/test/gconf_SUITE.erl +++ b/test/gconf_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/headers_SUITE.erl b/test/headers_SUITE.erl index 5e3061e1..71d497a3 100644 --- a/test/headers_SUITE.erl +++ b/test/headers_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/host_header_SUITE.erl b/test/host_header_SUITE.erl index 9f69246a..9f4a6c01 100644 --- a/test/host_header_SUITE.erl +++ b/test/host_header_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/ipmask_SUITE.erl b/test/ipmask_SUITE.erl index 2fb36ab9..bbda9b9c 100644 --- a/test/ipmask_SUITE.erl +++ b/test/ipmask_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/json2_SUITE.erl b/test/json2_SUITE.erl index 744d95b5..b67d8dd7 100644 --- a/test/json2_SUITE.erl +++ b/test/json2_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/jsonrpc_SUITE.erl b/test/jsonrpc_SUITE.erl index 993b271e..6946ea15 100644 --- a/test/jsonrpc_SUITE.erl +++ b/test/jsonrpc_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/main_SUITE.erl b/test/main_SUITE.erl index 4b2b307f..4fee6e74 100644 --- a/test/main_SUITE.erl +++ b/test/main_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/maxconn_SUITE.erl b/test/maxconn_SUITE.erl index 5cbfa958..4263a684 100644 --- a/test/maxconn_SUITE.erl +++ b/test/maxconn_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/mime_types_SUITE.erl b/test/mime_types_SUITE.erl index 11c65b5a..b1e3bfe8 100644 --- a/test/mime_types_SUITE.erl +++ b/test/mime_types_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/multipart_post_parsing_SUITE.erl b/test/multipart_post_parsing_SUITE.erl index e54f35d8..8c7f4daf 100644 --- a/test/multipart_post_parsing_SUITE.erl +++ b/test/multipart_post_parsing_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/no_docroot_SUITE.erl b/test/no_docroot_SUITE.erl index ccb4642d..9d1ffa2d 100644 --- a/test/no_docroot_SUITE.erl +++ b/test/no_docroot_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/proc_cleanup_SUITE.erl b/test/proc_cleanup_SUITE.erl index 5083ea9a..e3fe8325 100644 --- a/test/proc_cleanup_SUITE.erl +++ b/test/proc_cleanup_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). %% Explicitly export supervisor's callback because of a "bug" in R15/16 diff --git a/test/redirect_SUITE.erl b/test/redirect_SUITE.erl index 558af75e..da5ca1b1 100644 --- a/test/redirect_SUITE.erl +++ b/test/redirect_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/revproxy_SUITE.erl b/test/revproxy_SUITE.erl index 15618d45..567de0ad 100644 --- a/test/revproxy_SUITE.erl +++ b/test/revproxy_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/sconf_SUITE.erl b/test/sconf_SUITE.erl index 351392c0..311a7ceb 100644 --- a/test/sconf_SUITE.erl +++ b/test/sconf_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/srcdir_SUITE.erl b/test/srcdir_SUITE.erl index c7779331..5e326fb2 100644 --- a/test/srcdir_SUITE.erl +++ b/test/srcdir_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/ssl_sni_SUITE.erl b/test/ssl_sni_SUITE.erl index 8d48f131..41b6337e 100644 --- a/test/ssl_sni_SUITE.erl +++ b/test/ssl_sni_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/subconfig_SUITE.erl b/test/subconfig_SUITE.erl index de36f199..72d010d7 100644 --- a/test/subconfig_SUITE.erl +++ b/test/subconfig_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/webdav_SUITE.erl b/test/webdav_SUITE.erl index 9b4969ec..703ffa18 100644 --- a/test/webdav_SUITE.erl +++ b/test/webdav_SUITE.erl @@ -3,6 +3,7 @@ -include("testsuite.hrl"). -include_lib("kernel/include/file.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/websockets_SUITE.erl b/test/websockets_SUITE.erl index 5871c6ba..6dc45948 100644 --- a/test/websockets_SUITE.erl +++ b/test/websockets_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). diff --git a/test/yaws_api_SUITE.erl b/test/yaws_api_SUITE.erl index eb383c0b..1f1991c8 100644 --- a/test/yaws_api_SUITE.erl +++ b/test/yaws_api_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/yaws_compile_SUITE.erl b/test/yaws_compile_SUITE.erl index 24b12d08..40c3298d 100644 --- a/test/yaws_compile_SUITE.erl +++ b/test/yaws_compile_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/yaws_ls_SUITE.erl b/test/yaws_ls_SUITE.erl index 3d5b97d9..51bb5d51 100644 --- a/test/yaws_ls_SUITE.erl +++ b/test/yaws_ls_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/yaws_rpc_SUITE.erl b/test/yaws_rpc_SUITE.erl index 4e939115..c10e7e46 100644 --- a/test/yaws_rpc_SUITE.erl +++ b/test/yaws_rpc_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/test/yaws_sessions_server_SUITE.erl b/test/yaws_sessions_server_SUITE.erl index a7232653..88366793 100644 --- a/test/yaws_sessions_server_SUITE.erl +++ b/test/yaws_sessions_server_SUITE.erl @@ -2,6 +2,7 @@ -include("testsuite.hrl"). +-compile(nowarn_export_all). -compile(export_all). all() -> diff --git a/www/ybed.erl b/www/ybed.erl index 3b33689c..1a08db71 100644 --- a/www/ybed.erl +++ b/www/ybed.erl @@ -1,4 +1,5 @@ -module(ybed). +-compile(nowarn_export_all). -compile(export_all). start() ->