summaryrefslogtreecommitdiffstats
path: root/logserver
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-24 12:41:57 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-24 12:41:57 +0200
commit5d24c02bda7fa27e29b8bb6c4daf9ff129c2ea24 (patch)
treea97c61c1464310a4bdcfbf473b83dcfc78aa85de /logserver
parent9c9cf41bea483b8c1490a9aca7444a042e747624 (diff)
disallow warnings
Diffstat (limited to 'logserver')
-rw-r--r--logserver/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/logserver/pom.xml b/logserver/pom.xml
index c982a442cf5..8605c75ce26 100644
--- a/logserver/pom.xml
+++ b/logserver/pom.xml
@@ -45,9 +45,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
- <arg>-Xlint:rawtypes</arg>
- <arg>-Xlint:unchecked</arg>
- <arg>-Xlint:deprecation</arg>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-serial</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>