فهرست منبع

test: disable export warning during tests

Thales Macedo Garitezi 4 سال پیش
والد
کامیت
b46af91e74
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      apps/emqx/src/emqx_datetime.erl

+ 1 - 0
apps/emqx/src/emqx_datetime.erl

@@ -59,6 +59,7 @@ epoch_to_rfc3339(TimeStamp, Unit) when is_integer(TimeStamp) ->
 
 
 -ifdef(TEST).
 -ifdef(TEST).
 -include_lib("eunit/include/eunit.hrl").
 -include_lib("eunit/include/eunit.hrl").
+-compile(nowarn_export_all).
 -compile(export_all).
 -compile(export_all).
 roots() -> [bar].
 roots() -> [bar].