micropeak: Add -Xlint:unchecked to javac line
authorKeith Packard <keithp@keithp.com>
Mon, 26 May 2014 04:08:44 +0000 (21:08 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 26 May 2014 04:08:44 +0000 (21:08 -0700)
This shows missing parametric type errors

Signed-off-by: Keith Packard <keithp@keithp.com>
micropeak/Makefile.am

index f6f0bdb2f73a7142df1a5cdfcad20e160c3d795e..e38a0f81ac0d1c992f6307c6f4384404db21b758 100644 (file)
@@ -1,5 +1,5 @@
 JAVAROOT=classes
 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
 
 
 man_MANS=micropeak.1