added Xlint:unchecked

Former-commit-id: e26970bf2cd4606b777bddfc806ba74227da9cba
This commit is contained in:
Jeremy Long
2014-10-25 08:00:11 -04:00
parent b4aa55ce1f
commit 0c37586357

View File

@@ -400,6 +400,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<version>3.1</version>
<configuration>
<showDeprecation>false</showDeprecation>
<compilerArgument>-Xlint:unchecked</compilerArgument>
<source>1.6</source>
<target>1.6</target>
</configuration>