Silence unused function compiler warnings
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/a232221c Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/a232221c Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/a232221c Branch: refs/heads/master Commit: a232221c4249d31ea09dae730d556401392a98a6 Parents: 4b3e4fb Author: Paul J. Davis <[email protected]> Authored: Mon Jun 16 21:23:39 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Mon Jun 16 21:23:39 2014 -0500 ---------------------------------------------------------------------- test/jiffy_util.hrl | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/a232221c/test/jiffy_util.hrl ---------------------------------------------------------------------- diff --git a/test/jiffy_util.hrl b/test/jiffy_util.hrl index b8210e2..51bd86a 100644 --- a/test/jiffy_util.hrl +++ b/test/jiffy_util.hrl @@ -1,4 +1,6 @@ +-compile(export_all). + msg(Fmt, Args) -> M1 = io_lib:format(Fmt, Args), M2 = re:replace(M1, <<"\r">>, <<"\\\\r">>, [global]),
