diff options
author | Kostis Sagonas <[email protected]> | 2013-03-10 16:11:07 +0100 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2013-03-10 16:11:07 +0100 |
commit | 358e2a625cd9a8a61b383f69432c7e8b5d17f167 (patch) | |
tree | 1762f61d48cf7bed82c781cb4e58c2f7338661c9 /lib/hipe/rtl | |
parent | 1fd6ce865507d3645f1db998a125ffb7883bf5fd (diff) | |
download | otp-358e2a625cd9a8a61b383f69432c7e8b5d17f167.tar.gz otp-358e2a625cd9a8a61b383f69432c7e8b5d17f167.tar.bz2 otp-358e2a625cd9a8a61b383f69432c7e8b5d17f167.zip |
Enable more warnings
Diffstat (limited to 'lib/hipe/rtl')
-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 7852a2172b..0312e67822 100644 --- a/lib/hipe/rtl/Makefile +++ b/lib/hipe/rtl/Makefile @@ -74,7 +74,7 @@ TARGET_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR)) include ../native.mk -ERL_COMPILE_FLAGS += +inline +ERL_COMPILE_FLAGS += +inline +warn_unused_import +warn_exported_vars # ---------------------------------------------------- # Targets |