remove unneeded export_all. in OTP20 it is a warning

This commit is contained in:
Tristan Sloughter 2017-01-07 18:45:30 -08:00
parent 4d2ab621ab
commit 69fbe53eea
2 changed files with 1 additions and 6 deletions

View file

@ -7,8 +7,3 @@ version_part <- numeric_part / alpha_part ;
numeric_part <- [0-9]+ `erlang:list_to_integer(erlang:binary_to_list(erlang:iolist_to_binary(Node)))` ;
alpha_part <- [A-Za-z0-9]+ `erlang:iolist_to_binary(Node)` ;
%% This only exists to get around a bug in erlang where if
%% warnings_as_errors is specified `nowarn` directives are ignored
`-compile(export_all).`