You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/13 20:45:22 UTC

[23/43] jiffy commit: updated refs/heads/upstream to 446e284

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/upstream
Commit: a232221c4249d31ea09dae730d556401392a98a6
Parents: 4b3e4fb
Author: Paul J. Davis <pa...@gmail.com>
Authored: Mon Jun 16 21:23:39 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
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]),