From 283b3f64aa566c9bb64493ec6af641e1b78145fa Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Thu, 26 May 2016 23:15:53 +0200 Subject: Add compiler option -Werror to Makefiles and correct the name of another, erroneously spelt, option in the process. --- lib/hipe/regalloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hipe/regalloc/Makefile') diff --git a/lib/hipe/regalloc/Makefile b/lib/hipe/regalloc/Makefile index 2b94f5ecfe..aaa4418f37 100644 --- a/lib/hipe/regalloc/Makefile +++ b/lib/hipe/regalloc/Makefile @@ -77,7 +77,7 @@ DOC_FILES= $(MODULES:%=$(DOCS)/%.html) include ../native.mk -ERL_COMPILE_FLAGS += +warn_exported_vars# +warn_missing_spec +warn_untyped_record +ERL_COMPILE_FLAGS += -Werror +warn_export_vars #+warn_missing_spec +warn_untyped_record # ---------------------------------------------------- # Targets -- cgit v1.2.3