diff options
author | Marcus Arendt <[email protected]> | 2014-09-25 09:59:37 +0200 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-09-25 09:59:37 +0200 |
commit | 2a4fcc4dca0a966aa99fc56afa3ce5484f9ce97a (patch) | |
tree | 21f88e0a7a72d7e450efdce9928f10c49d8ab795 /lib | |
parent | f2d08e107a735529e5ec8815d3cac530d77ba8c6 (diff) | |
parent | 69b42b150e3d363e2b84dcda39de8b6e08acc687 (diff) | |
download | otp-2a4fcc4dca0a966aa99fc56afa3ce5484f9ce97a.tar.gz otp-2a4fcc4dca0a966aa99fc56afa3ce5484f9ce97a.tar.bz2 otp-2a4fcc4dca0a966aa99fc56afa3ce5484f9ce97a.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-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 |