diff options
author | Björn Gustavsson <[email protected]> | 2013-01-23 13:25:13 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-23 13:37:42 +0100 |
commit | 13dc75d665058fea45d8bf33dff785049903cfd9 (patch) | |
tree | 2a794ecb9d3954d234a58ac996434fbc53ac1733 /lib/reltool/src/Makefile | |
parent | e7958cb3b3332a5ef4c067fe4f080587689b65d7 (diff) | |
download | otp-13dc75d665058fea45d8bf33dff785049903cfd9.tar.gz otp-13dc75d665058fea45d8bf33dff785049903cfd9.tar.bz2 otp-13dc75d665058fea45d8bf33dff785049903cfd9.zip |
Turn warnings to errors on selected applications
Diffstat (limited to 'lib/reltool/src/Makefile')
-rw-r--r-- | lib/reltool/src/Makefile | 3 |
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 |