Don't warn for export_all in mrdb_bench
This commit is contained in:
parent
bed66b2998
commit
19140c738b
@ -1,6 +1,6 @@
|
|||||||
-module(mrdb_bench).
|
-module(mrdb_bench).
|
||||||
|
|
||||||
-compile(export_all).
|
-compile([export_all, nowarn_export_all]).
|
||||||
|
|
||||||
init() ->
|
init() ->
|
||||||
mnesia:delete_schema([node()]),
|
mnesia:delete_schema([node()]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user