summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-21 13:54:46 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-21 13:54:46 +0200
commit55edc04268effa7960c4e2b254f423568e943521 (patch)
tree38f598fd2a8be41c037a252a4622412df3f9d4e0 /application
parentd633b5d30ade3db74259309ad2a284f6bf624537 (diff)
disallow warnings
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 93043045828..376a7449afb 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -110,6 +110,7 @@
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Xlint:-serial</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>