Fail on compiler warnings in the plugins

This commit is contained in:
Endolf 2018-05-30 17:04:07 +01:00
parent f0d7f6db03
commit 72d4ca05a8

View file

@ -72,8 +72,9 @@
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>
<compilerArgs> <compilerArgs>
<arg>-Werror</arg> <arg>-Werror</arg>
<arg>-Xlint:all</arg> <arg>-Xlint:all,-options</arg>
<arg>-Xlint:-options</arg> <arg>-h</arg>
<arg>${project.build.directory}/generated-sources/natives</arg>
</compilerArgs> </compilerArgs>
</configuration> </configuration>
</plugin> </plugin>