Don't warn for export_all in mrdb_bench

This commit is contained in:
Ulf Wiger
2022-11-03 12:57:54 +01:00
parent bed66b2998
commit 19140c738b
+1 -1
View File
@@ -1,6 +1,6 @@
-module(mrdb_bench).
-compile(export_all).
-compile([export_all, nowarn_export_all]).
init() ->
mnesia:delete_schema([node()]),