diff options
author | Loïc Hoguin <[email protected]> | 2017-11-29 16:57:10 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-11-29 16:57:10 +0100 |
commit | cf3ab5832ad7033219b0f6a806be12c0e9cc9816 (patch) | |
tree | 2eab43427655847da4e94437d417cc3104bb30f1 /test/compress_SUITE.erl | |
parent | d33a0df3fe3d8b0b3bc64e66df883f9b20b76780 (diff) | |
download | cowboy-cf3ab5832ad7033219b0f6a806be12c0e9cc9816.tar.gz cowboy-cf3ab5832ad7033219b0f6a806be12c0e9cc9816.tar.bz2 cowboy-cf3ab5832ad7033219b0f6a806be12c0e9cc9816.zip |
Add nowarn_export_all to all test suites
Diffstat (limited to 'test/compress_SUITE.erl')
-rw-r--r-- | test/compress_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/compress_SUITE.erl b/test/compress_SUITE.erl index 83e662a..36f8865 100644 --- a/test/compress_SUITE.erl +++ b/test/compress_SUITE.erl @@ -14,6 +14,7 @@ -module(compress_SUITE). -compile(export_all). +-compile(nowarn_export_all). -import(ct_helper, [config/2]). -import(ct_helper, [doc/1]). |