From: Keith Packard Date: Mon, 26 May 2014 04:08:44 +0000 (-0700) Subject: micropeak: Add -Xlint:unchecked to javac line X-Git-Tag: 1.3.2.2~72 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=4df84dd5d007120f54cbda380789306608f2fc46;ds=inline micropeak: Add -Xlint:unchecked to javac line This shows missing parametric type errors Signed-off-by: Keith Packard --- diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index f6f0bdb2..e38a0f81 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -1,5 +1,5 @@ JAVAROOT=classes -AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6 +AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -Xlint:unchecked -source 6 man_MANS=micropeak.1