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/icode | |
parent | 1fd6ce865507d3645f1db998a125ffb7883bf5fd (diff) | |
download | otp-358e2a625cd9a8a61b383f69432c7e8b5d17f167.tar.gz otp-358e2a625cd9a8a61b383f69432c7e8b5d17f167.tar.bz2 otp-358e2a625cd9a8a61b383f69432c7e8b5d17f167.zip |
Enable more warnings
Diffstat (limited to 'lib/hipe/icode')
-rw-r--r-- | lib/hipe/icode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/icode/Makefile b/lib/hipe/icode/Makefile index 0f2d6db39b..238f70cf59 100644 --- a/lib/hipe/icode/Makefile +++ b/lib/hipe/icode/Makefile @@ -83,7 +83,7 @@ DOC_FILES= $(DOC_MODULES:%=$(DOCS)/%.html) include ../native.mk -ERL_COMPILE_FLAGS += +warn_unused_import +warn_missing_spec # +warn_untyped_record +ERL_COMPILE_FLAGS += +warn_unused_import +warn_exported_vars +warn_missing_spec # +warn_untyped_record # ---------------------------------------------------- # Targets |