aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/rtl/Makefile
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2016-05-27 21:20:57 +0200
committerSverker Eriksson <[email protected]>2016-05-31 12:19:59 +0200
commita23ae5013964fc82e705e65f9d57f051387070f9 (patch)
treeca135587aa19851d627532a89556b34c1be04dc5 /lib/hipe/rtl/Makefile
parent694cd826c34c1ae0f5a7aed79459edb102971934 (diff)
downloadotp-a23ae5013964fc82e705e65f9d57f051387070f9.tar.gz
otp-a23ae5013964fc82e705e65f9d57f051387070f9.tar.bz2
otp-a23ae5013964fc82e705e65f9d57f051387070f9.zip
Code rewrites to avoid exported vars compiler warnings
Diffstat (limited to 'lib/hipe/rtl/Makefile')
-rw-r--r--lib/hipe/rtl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/rtl/Makefile b/lib/hipe/rtl/Makefile
index e0ff225a25..b4cdf8b1f2 100644
--- a/lib/hipe/rtl/Makefile
+++ b/lib/hipe/rtl/Makefile
@@ -75,7 +75,7 @@ TARGET_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR))
include ../native.mk
-ERL_COMPILE_FLAGS += -Werror +inline +warn_unused_import +warn_exported_vars
+ERL_COMPILE_FLAGS += -Werror +inline +warn_unused_import +warn_export_vars
# ----------------------------------------------------
# Targets