From 4df84dd5d007120f54cbda380789306608f2fc46 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 25 May 2014 21:08:44 -0700 Subject: [PATCH] micropeak: Add -Xlint:unchecked to javac line This shows missing parametric type errors Signed-off-by: Keith Packard --- micropeak/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2