Index: trunk/build.xml
===================================================================
--- trunk/build.xml	(revision 10628)
+++ trunk/build.xml	(revision 10659)
@@ -265,4 +265,5 @@
             <!-- Undocumented argument to ignore "Sun internal proprietary API" warning, see http://stackoverflow.com/a/13862308/2257172 -->
             <compilerarg value="-XDignore.symbol.file"/>
+            <compilerarg line="-Xmaxwarns 1000"/>
         </javac>
         <!-- JOSM -->
@@ -286,4 +287,5 @@
             <!-- Undocumented argument to ignore "Sun internal proprietary API" warning, see http://stackoverflow.com/a/13862308/2257172 -->
             <compilerarg value="-XDignore.symbol.file"/>
+            <compilerarg line="-Xmaxwarns 1000"/>
         </javac>
 
