diff options
author | Erland Schönbeck <[email protected]> | 2015-03-09 11:16:01 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-03-20 15:28:54 +0100 |
commit | f4a774425a440caa912da71cfb8c0c70df4df69e (patch) | |
tree | d58a81e1a978386aadec233df50ca7f628780417 /lib/inets/test/ftp_suite_lib.erl | |
parent | 1132117b38cfe33e770a0d5b1a782d48667427c4 (diff) | |
download | otp-f4a774425a440caa912da71cfb8c0c70df4df69e.tar.gz otp-f4a774425a440caa912da71cfb8c0c70df4df69e.tar.bz2 otp-f4a774425a440caa912da71cfb8c0c70df4df69e.zip |
Suppress deprecated warning on erlang:now/0
Diffstat (limited to 'lib/inets/test/ftp_suite_lib.erl')
-rw-r--r-- | lib/inets/test/ftp_suite_lib.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/inets/test/ftp_suite_lib.erl b/lib/inets/test/ftp_suite_lib.erl index 292a4399cd..42e2190758 100644 --- a/lib/inets/test/ftp_suite_lib.erl +++ b/lib/inets/test/ftp_suite_lib.erl @@ -29,6 +29,7 @@ % -export([init_per_testcase/2, end_per_testcase/2]). -compile(export_all). +-compile([{nowarn_deprecated_function,{erlang,now,0}}]). -record(progress, { |