diff options
author | Kostis Sagonas <[email protected]> | 2016-05-27 21:20:57 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-05-31 12:19:59 +0200 |
commit | a23ae5013964fc82e705e65f9d57f051387070f9 (patch) | |
tree | ca135587aa19851d627532a89556b34c1be04dc5 /lib/hipe/rtl/Makefile | |
parent | 694cd826c34c1ae0f5a7aed79459edb102971934 (diff) | |
download | otp-a23ae5013964fc82e705e65f9d57f051387070f9.tar.gz otp-a23ae5013964fc82e705e65f9d57f051387070f9.tar.bz2 otp-a23ae5013964fc82e705e65f9d57f051387070f9.zip |
Code rewrites to avoid exported vars compiler warnings
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 e0ff225a25..b4cdf8b1f2 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 += -Werror +inline +warn_unused_import +warn_exported_vars +ERL_COMPILE_FLAGS += -Werror +inline +warn_unused_import +warn_export_vars # ---------------------------------------------------- # Targets |