diff options
author | Björn Gustavsson <[email protected]> | 2016-12-15 09:26:17 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-01-12 12:10:12 +0100 |
commit | 4efd9935a5618fa6622e33eadb3d6add49ab1089 (patch) | |
tree | 2850196f274c79cec67632427b8c7e8b66df21da /lib/compiler/src/Makefile | |
parent | 6ddd19f68d1dd49ea54feb3386865f5328519ff5 (diff) | |
download | otp-4efd9935a5618fa6622e33eadb3d6add49ab1089.tar.gz otp-4efd9935a5618fa6622e33eadb3d6add49ab1089.tar.bz2 otp-4efd9935a5618fa6622e33eadb3d6add49ab1089.zip |
Makefile: Warn for missings spec
Diffstat (limited to 'lib/compiler/src/Makefile')
-rw-r--r-- | lib/compiler/src/Makefile | 2 |
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 |