disable Werror, its incompatible with java 9

This commit is contained in:
Robert Muir 2015-09-10 22:10:35 -04:00
parent c663d9b6a5
commit fb3bd2bb43
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@
<arg>-XDignore.symbol.file</arg>
<arg>-Xlint:all</arg>
<arg>${xlint.options}</arg>
<arg>-Werror</arg>
<!-- DISABLED: incompatible with java 9 <arg>-Werror</arg> -->
</compilerArgs>
</configuration>
</plugin>