aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/rtl/Makefile
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2015-10-02 12:44:44 +0200
committerKostis Sagonas <[email protected]>2015-10-02 15:08:00 +0200
commitc881813b0643138e9b1c1b1a573645460f14404e (patch)
tree42bce603f3974a32bcff8ece38d62e2ee70ea0a9 /lib/hipe/rtl/Makefile
parent584027ceea20c6e65f4b712c29ad2ae89fca8fb0 (diff)
downloadotp-c881813b0643138e9b1c1b1a573645460f14404e.tar.gz
otp-c881813b0643138e9b1c1b1a573645460f14404e.tar.bz2
otp-c881813b0643138e9b1c1b1a573645460f14404e.zip
Compile without errors for exported variables
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 d2517b13fc..1bf52fe312 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 += +inline +warn_unused_import +warn_exported_vars
+ERL_COMPILE_FLAGS += -Werror +inline +warn_unused_import +warn_exported_vars
# ----------------------------------------------------
# Targets