From 81003d9ce3c4719bf5bfe15a025b8316e711e800 Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Mon, 27 Feb 2017 22:39:18 +0000 Subject: Drop use of export_all erlc directive Starting from OTP20 this will trigger a warning, since we use the warnings_as_errors the build would fail when using this OTP release onwards. --- src/rlx_goal.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/rlx_goal.erl b/src/rlx_goal.erl index 354aa48..07126d5 100644 --- a/src/rlx_goal.erl +++ b/src/rlx_goal.erl @@ -10,8 +10,6 @@ -define(p_seq,true). -define(p_string,true). - --compile(export_all). -spec file(file:name()) -> any(). file(Filename) -> case file:read_file(Filename) of {ok,Bin} -> parse(Bin); Err -> Err end. -- cgit v1.2.3