aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/src/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-01-24 11:53:52 +0100
committerBjörn Gustavsson <[email protected]>2013-01-24 11:53:52 +0100
commit21c1b8261c5cc39515de8ff65e4fa9a9405e1399 (patch)
tree5d21008e429f910f51f8684a02e5a748925dd5dc /lib/reltool/src/Makefile
parente5de0874b9f924b2007233bbfd2df9c361141eea (diff)
parent13dc75d665058fea45d8bf33dff785049903cfd9 (diff)
downloadotp-21c1b8261c5cc39515de8ff65e4fa9a9405e1399.tar.gz
otp-21c1b8261c5cc39515de8ff65e4fa9a9405e1399.tar.bz2
otp-21c1b8261c5cc39515de8ff65e4fa9a9405e1399.zip
Merge branch 'bjorn/warnings-zero-tolerance'
* bjorn/warnings-zero-tolerance: Turn warnings to errors on selected applications runtime_tools_sup: Eliminate warning inet_parse: Eliminate a compiler warning
Diffstat (limited to 'lib/reltool/src/Makefile')
-rw-r--r--lib/reltool/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/reltool/src/Makefile b/lib/reltool/src/Makefile
index 74918f1d67..3c67bca1d6 100644
--- a/lib/reltool/src/Makefile
+++ b/lib/reltool/src/Makefile
@@ -57,7 +57,8 @@ APPUP_TARGET = $(EBIN)/$(APPUP_FILE)
# ----------------------------------------------------
ERL_COMPILE_FLAGS += +'{parse_transform,sys_pre_attributes}' \
- +'{attribute,insert,app_vsn,$(APP_VSN)}'
+ +'{attribute,insert,app_vsn,$(APP_VSN)}' \
+ -Werror
# ----------------------------------------------------
# Targets