diff options
author | Sverker Eriksson <[email protected]> | 2016-05-31 15:00:02 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-05-31 15:00:02 +0200 |
commit | 78b50b543395f9af748e2b00afb8c0266e708514 (patch) | |
tree | acf9bfb112d9c276c52d6ad7d460be1ff10d1b7e /lib/hipe/x86/Makefile | |
parent | 17e95dd8dcb0149b771d4aafaeeebc715ee59d3d (diff) | |
parent | f2ef57d35c27e62f7df6de312ff613bd9afd3c1d (diff) | |
download | otp-78b50b543395f9af748e2b00afb8c0266e708514.tar.gz otp-78b50b543395f9af748e2b00afb8c0266e708514.tar.bz2 otp-78b50b543395f9af748e2b00afb8c0266e708514.zip |
Merge branch 'kostis/hipe-cleanup-19-rc1'
Diffstat (limited to 'lib/hipe/x86/Makefile')
-rw-r--r-- | lib/hipe/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/x86/Makefile b/lib/hipe/x86/Makefile index e8a73bbc42..93f8b955dd 100644 --- a/lib/hipe/x86/Makefile +++ b/lib/hipe/x86/Makefile @@ -84,7 +84,7 @@ DOC_FILES= $(MODULES:%=$(DOCS)/%.html) include ../native.mk -ERL_COMPILE_FLAGS += +warn_exported_vars +ERL_COMPILE_FLAGS += -Werror +warn_export_vars # ---------------------------------------------------- # Targets |