From 4cf2bb2bba7bf6d41847ab3ba41a7954ce635225 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sat, 5 Jan 2013 05:27:48 -0600 Subject: [PATCH] Ant build.xml: pass -Xlint -Xlint:-serial to javac --- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 61f8f10fb..a59e1e8bb 100644 --- a/build.xml +++ b/build.xml @@ -84,7 +84,9 @@ build.sysclasspath=ignore target="1.5" debug="true" excludes="org/antlr/v4/test/**"> - + + +