From a9c1c99d4ed504c5447f8e6b6f17d69254880967 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 12 Dec 2009 14:23:09 +0100 Subject: Added -Xlint:unchecked to ant compile. --- buildScripts/compile.ant.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 1cc6933c..726cfcb4 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -116,6 +116,7 @@ lombok code including the various agents. + @@ -127,6 +128,7 @@ lombok code including the various agents. + -- cgit