aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2014-09-25 09:59:18 +0200
committerMarcus Arendt <[email protected]>2014-09-25 09:59:18 +0200
commit69b42b150e3d363e2b84dcda39de8b6e08acc687 (patch)
tree3378495f0556e4b61142d0ac5bbdc28a06b38ae7 /lib/jinterface
parentbca562455e1e8cb8be5a5a5de53c926eba51f977 (diff)
parent7c521da6be6a0dc8730b97bd953afbbc96b49320 (diff)
downloadotp-69b42b150e3d363e2b84dcda39de8b6e08acc687.tar.gz
otp-69b42b150e3d363e2b84dcda39de8b6e08acc687.tar.bz2
otp-69b42b150e3d363e2b84dcda39de8b6e08acc687.zip
Merge branch 'vladdu/jinterface_enable_warnings' into maint
* vladdu/jinterface_enable_warnings: let Java compiler output all warnings
Diffstat (limited to 'lib/jinterface')
-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