diff options
author | Kostis Sagonas <[email protected]> | 2016-05-27 16:33:27 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-05-31 12:19:59 +0200 |
commit | 8a27b1fdeee657275d16adbfca3a4082bda5e0e2 (patch) | |
tree | 4bf098d0457f5f71ce0b1ed9368a00b3c10cc5b7 /lib/hipe/cerl/Makefile | |
parent | 4ae10746a3d2dd2904d0da5b54700b9a152806ed (diff) | |
download | otp-8a27b1fdeee657275d16adbfca3a4082bda5e0e2.tar.gz otp-8a27b1fdeee657275d16adbfca3a4082bda5e0e2.tar.bz2 otp-8a27b1fdeee657275d16adbfca3a4082bda5e0e2.zip |
Fix name of compiler option and the related warnings
Diffstat (limited to 'lib/hipe/cerl/Makefile')
-rw-r--r-- | lib/hipe/cerl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/cerl/Makefile b/lib/hipe/cerl/Makefile index 78930154a9..9f50d6bf91 100644 --- a/lib/hipe/cerl/Makefile +++ b/lib/hipe/cerl/Makefile @@ -66,7 +66,7 @@ DOC_FILES= $(MODULES:%=$(DOCS)/%.html) include ../native.mk -ERL_COMPILE_FLAGS += -Werror +inline +warn_exported_vars +warn_unused_import +warn_missing_spec #+warn_untyped_record +ERL_COMPILE_FLAGS += +inline -Werror +warn_export_vars +warn_unused_import +warn_missing_spec #+warn_untyped_record # ---------------------------------------------------- # Targets |