aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-12-15 09:26:17 +0100
committerBjörn Gustavsson <[email protected]>2017-01-12 12:10:12 +0100
commit4efd9935a5618fa6622e33eadb3d6add49ab1089 (patch)
tree2850196f274c79cec67632427b8c7e8b66df21da
parent6ddd19f68d1dd49ea54feb3386865f5328519ff5 (diff)
downloadotp-4efd9935a5618fa6622e33eadb3d6add49ab1089.tar.gz
otp-4efd9935a5618fa6622e33eadb3d6add49ab1089.tar.bz2
otp-4efd9935a5618fa6622e33eadb3d6add49ab1089.zip
Makefile: Warn for missings spec
-rw-r--r--lib/compiler/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/Makefile b/lib/compiler/src/Makefile
index c37f731d8c..cf60355a40 100644
--- a/lib/compiler/src/Makefile
+++ b/lib/compiler/src/Makefile
@@ -126,7 +126,7 @@ ERL_COMPILE_FLAGS += +native
endif
ERL_COMPILE_FLAGS += +inline +warn_unused_import \
-Werror \
- -I../../stdlib/include -I$(EGEN) -W
+ -I../../stdlib/include -I$(EGEN) -W +warn_missing_spec
# ----------------------------------------------------
# Targets