diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-01-05 23:28:44 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-01-05 23:28:44 +0100 |
commit | bbcdfa4bada59bfc4b62b5891e65d29c33286b73 (patch) | |
tree | eee680efea0e8a1eaa3ecf1684957ffe08274250 /lib/hipe/flow/Makefile | |
parent | eb67cd9474f6131223dbd2ecda01e0faaaaef17d (diff) | |
download | otp-bbcdfa4bada59bfc4b62b5891e65d29c33286b73.tar.gz otp-bbcdfa4bada59bfc4b62b5891e65d29c33286b73.tar.bz2 otp-bbcdfa4bada59bfc4b62b5891e65d29c33286b73.zip |
hipe: Remove warnings of missing types in records
Diffstat (limited to 'lib/hipe/flow/Makefile')
-rw-r--r-- | lib/hipe/flow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/flow/Makefile b/lib/hipe/flow/Makefile index 02f610587b..bbe8ef8666 100644 --- a/lib/hipe/flow/Makefile +++ b/lib/hipe/flow/Makefile @@ -65,7 +65,7 @@ DOC_FILES= $(MODULES:%=$(DOCS)/%.html) include ../native.mk -ERL_COMPILE_FLAGS += +warn_exported_vars +warn_missing_spec +warn_untyped_record +ERL_COMPILE_FLAGS += +warn_exported_vars +warn_missing_spec # +warn_untyped_record # ---------------------------------------------------- # Targets |