Add compiler options to find unchecked/deprecated code

This commit is contained in:
Trustin Lee 2013-01-31 20:57:58 +09:00
parent 2ad1451ce8
commit db37652f2a

View File

@ -273,6 +273,10 @@
<optimize>true</optimize> <optimize>true</optimize>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>
<compilerArguments>
<Xlint:unchecked/>
<Xlint:deprecation/>
</compilerArguments>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>