Merge pull request #47 from aeternity/PT-164834227-too-verbose-build

Fix build warning
This commit is contained in:
Luca Favatella
2019-04-01 12:13:28 +01:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@
%% the code easier but don't seem to exist elsewhere. %% the code easier but don't seem to exist elsewhere.
-record(contract, {ann,con,decls}). -record(contract, {ann,con,decls}).
-record(namespace, {ann,con,decls}). %% -record(namespace, {ann,con,decls}).
-record(letfun, {ann,id,args,type,body}). -record(letfun, {ann,id,args,type,body}).
-record(type_def, {ann,id,vars,typedef}). -record(type_def, {ann,id,vars,typedef}).