diff options
author | Tuncer Ayaz <[email protected]> | 2010-09-23 00:50:51 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-09-24 14:11:56 +0200 |
commit | 137959a0dcf88677e5f331a8a13295c71affc061 (patch) | |
tree | b74059a45ab2af5e8ec30d4044ab9cf282f1679c | |
parent | dc7d2319691fa599717c066460cce53ce97b6b18 (diff) | |
download | otp-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
-rw-r--r-- | make/emd2exml.in | 1 |
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]). |