aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/examples/httpd_load_test/hdlt_random_html.erl
diff options
context:
space:
mode:
authorErland Schönbeck <[email protected]>2015-03-09 11:16:01 +0100
committerRickard Green <[email protected]>2015-03-20 15:28:54 +0100
commitf4a774425a440caa912da71cfb8c0c70df4df69e (patch)
treed58a81e1a978386aadec233df50ca7f628780417 /lib/inets/examples/httpd_load_test/hdlt_random_html.erl
parent1132117b38cfe33e770a0d5b1a782d48667427c4 (diff)
downloadotp-f4a774425a440caa912da71cfb8c0c70df4df69e.tar.gz
otp-f4a774425a440caa912da71cfb8c0c70df4df69e.tar.bz2
otp-f4a774425a440caa912da71cfb8c0c70df4df69e.zip
Suppress deprecated warning on erlang:now/0
Diffstat (limited to 'lib/inets/examples/httpd_load_test/hdlt_random_html.erl')
-rw-r--r--lib/inets/examples/httpd_load_test/hdlt_random_html.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/inets/examples/httpd_load_test/hdlt_random_html.erl b/lib/inets/examples/httpd_load_test/hdlt_random_html.erl
index 0024284054..53ec1ea440 100644
--- a/lib/inets/examples/httpd_load_test/hdlt_random_html.erl
+++ b/lib/inets/examples/httpd_load_test/hdlt_random_html.erl
@@ -19,6 +19,7 @@
%%
-module(hdlt_random_html).
+-compile([{nowarn_deprecated_function,{erlang,now,0}}]).
-export([page/3]).
page(SessionID, _Env, Input) ->