Author: doogie
Date: Sat Oct 20 21:09:55 2007
New Revision: 586857
URL:
http://svn.apache.org/viewvc?rev=586857&view=revLog:
Turn on unchecked warnings.
Modified:
ofbiz/trunk/framework/service/build.xml
Modified: ofbiz/trunk/framework/service/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/build.xml?rev=586857&r1=586856&r2=586857&view=diff==============================================================================
--- ofbiz/trunk/framework/service/build.xml (original)
+++ ofbiz/trunk/framework/service/build.xml Sat Oct 20 21:09:55 2007
@@ -80,6 +80,7 @@
<target name="classes" depends="prepare,classpath">
<javac debug="on" source="1.5" deprecation="on" destdir="${build.dir}/classes">
+ <compilerarg value="-Xlint:unchecked"/>
<classpath>
<path refid="local.class.path"/>
</classpath>