aboutsummaryrefslogtreecommitdiffstats
path: root/make/emd2exml.in
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2010-09-23 00:50:51 +0200
committerBjörn Gustavsson <[email protected]>2010-09-24 14:11:56 +0200
commit137959a0dcf88677e5f331a8a13295c71affc061 (patch)
treeb74059a45ab2af5e8ec30d4044ab9cf282f1679c /make/emd2exml.in
parentdc7d2319691fa599717c066460cce53ce97b6b18 (diff)
downloadotp-137959a0dcf88677e5f331a8a13295c71affc061.tar.gz
otp-137959a0dcf88677e5f331a8a13295c71affc061.tar.bz2
otp-137959a0dcf88677e5f331a8a13295c71affc061.zip
emd2exml: Do not auto-import error/2
Eliminate the following warning: Warning: ambiguous call of overridden auto-imported BIF error/2
Diffstat (limited to 'make/emd2exml.in')
-rw-r--r--make/emd2exml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/emd2exml.in b/make/emd2exml.in
index 17cb0a0b57..ea1085cf71 100644
--- a/make/emd2exml.in
+++ b/make/emd2exml.in
@@ -44,6 +44,7 @@
-define(DELAYED_TOC_IX, 1).
-define(DELAYED_START_IX, 2).
+-compile({no_auto_import,[error/2]}).
-mode(compile).
-export([main/1]).