aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Dumitrescu <[email protected]>2014-09-10 13:39:09 +0200
committerVlad Dumitrescu <[email protected]>2014-09-10 16:41:25 +0200
commit7c521da6be6a0dc8730b97bd953afbbc96b49320 (patch)
tree15b986268fea219a0b4cd063f442da5cfb0e1701
parent6e2fd45bad619fd7e06f21798eac94d415dff64e (diff)
downloadotp-7c521da6be6a0dc8730b97bd953afbbc96b49320.tar.gz
otp-7c521da6be6a0dc8730b97bd953afbbc96b49320.tar.bz2
otp-7c521da6be6a0dc8730b97bd953afbbc96b49320.zip
let Java compiler output all warnings
-rw-r--r--lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile5
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