diff options
author | Henrik Nord <[email protected]> | 2015-11-09 16:03:54 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-11-09 16:03:54 +0100 |
commit | 6a820f33b8d4157933aa2a82cf1796478c98675a (patch) | |
tree | 6e5e44096de824fc1d271731edc940979c2e62b4 /lib/hipe/rtl/Makefile | |
parent | 43f002094792f08c061fb5e169069522bb8a3de7 (diff) | |
parent | 8e478dd409d2760ca38a7ddbc66b656b9d47f7dc (diff) | |
download | otp-6a820f33b8d4157933aa2a82cf1796478c98675a.tar.gz otp-6a820f33b8d4157933aa2a82cf1796478c98675a.tar.bz2 otp-6a820f33b8d4157933aa2a82cf1796478c98675a.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/hipe/rtl/Makefile')
-rw-r--r-- | lib/hipe/rtl/Makefile | 2 |
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 |