Skip to content

Commit

Permalink
Add nowarn_export_all to files using export_all
Browse files Browse the repository at this point in the history
  • Loading branch information
vinoski committed Feb 19, 2024
1 parent 1631706 commit 9727a22
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/auth_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/config_encoding_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/cookies_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/copy_error_log_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/deflate_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/dhfile_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/dynopts_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/ehtml_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/gconf_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/headers_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/host_header_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/ipmask_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/json2_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/jsonrpc_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/main_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/maxconn_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/mime_types_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/multipart_post_parsing_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/no_docroot_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/proc_cleanup_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/redirect_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/revproxy_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/sconf_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/srcdir_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/ssl_sni_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/subconfig_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/webdav_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-include("testsuite.hrl").
-include_lib("kernel/include/file.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/websockets_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).


Expand Down
1 change: 1 addition & 0 deletions test/yaws_api_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/yaws_compile_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/yaws_ls_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/yaws_rpc_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions test/yaws_sessions_server_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-include("testsuite.hrl").

-compile(nowarn_export_all).
-compile(export_all).

all() ->
Expand Down
1 change: 1 addition & 0 deletions www/ybed.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-module(ybed).
-compile(nowarn_export_all).
-compile(export_all).

start() ->
Expand Down

0 comments on commit 9727a22

Please sign in to comment.