Browse Source

Silence unused function compiler warnings

pull/65/head
Paul J. Davis 11 years ago
parent
commit
a232221c42
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/jiffy_util.hrl

+ 2
- 0
test/jiffy_util.hrl View File

@ -1,4 +1,6 @@
-compile(export_all).
msg(Fmt, Args) ->
M1 = io_lib:format(Fmt, Args),
M2 = re:replace(M1, <<"\r">>, <<"\\\\r">>, [global]),

Loading…
Cancel
Save