aboutsummaryrefslogtreecommitdiffstats
path: root/lib/et
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-05-25 14:27:31 +0200
committerBjörn Gustavsson <[email protected]>2015-05-25 14:28:53 +0200
commit0d7646d6a2d52a75ed694c5114496b880ffb4224 (patch)
tree26e34e73cc7cfbf70b2f730ac1e53a2336b9282d /lib/et
parent341e4dad9c2577be3af4314f9778ad41df0a5aba (diff)
downloadotp-0d7646d6a2d52a75ed694c5114496b880ffb4224.tar.gz
otp-0d7646d6a2d52a75ed694c5114496b880ffb4224.tar.bz2
otp-0d7646d6a2d52a75ed694c5114496b880ffb4224.zip
Makefile: no longer tolerate warnings in the et application
Diffstat (limited to 'lib/et')
-rw-r--r--lib/et/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/et/src/Makefile b/lib/et/src/Makefile
index 377e593712..b6873371ed 100644
--- a/lib/et/src/Makefile
+++ b/lib/et/src/Makefile
@@ -65,7 +65,7 @@ APPUP_TARGET = $(EBIN)/$(APPUP_FILE)
# ----------------------------------------------------
# FLAGS
# ----------------------------------------------------
-ERL_COMPILE_FLAGS += -pa $(ERL_TOP)/lib/et/ebin -I../include
+ERL_COMPILE_FLAGS += -pa $(ERL_TOP)/lib/et/ebin -I../include -Werror
# ----------------------------------------------------
# Special Build Targets