diff options
author | Vlad Dumitrescu <[email protected]> | 2014-09-10 13:39:09 +0200 |
---|---|---|
committer | Vlad Dumitrescu <[email protected]> | 2014-09-10 16:41:25 +0200 |
commit | 7c521da6be6a0dc8730b97bd953afbbc96b49320 (patch) | |
tree | 15b986268fea219a0b4cd063f442da5cfb0e1701 /lib/jinterface/java_src/com | |
parent | 6e2fd45bad619fd7e06f21798eac94d415dff64e (diff) | |
download | otp-7c521da6be6a0dc8730b97bd953afbbc96b49320.tar.gz otp-7c521da6be6a0dc8730b97bd953afbbc96b49320.tar.bz2 otp-7c521da6be6a0dc8730b97bd953afbbc96b49320.zip |
let Java compiler output all warnings
Diffstat (limited to 'lib/jinterface/java_src/com')
-rw-r--r-- | lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile b/lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile index f476d4594d..5a73fdb8a7 100644 --- a/lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile +++ b/lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile @@ -66,7 +66,7 @@ ifneq ($(V),0) JARFLAGS=-cfv endif -JAVA_OPTIONS = +JAVA_OPTIONS = -Xlint ifeq ($(TESTROOT),) RELEASE_PATH="$(ERL_TOP)/release/$(TARGET)" @@ -112,5 +112,4 @@ release_docs_spec: -# ---------------------------------------------------- - +# ----------------------------------------------------
\ No newline at end of file |