summaryrefslogtreecommitdiffstats
path: root/simplemetrics
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-24 17:13:03 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-24 17:13:03 +0200
commit88a7a1c24293ac2412bae94e8eb574a074e0001e (patch)
treeec74813a74dcf1a5b498fe4afd084e22f4e53c28 /simplemetrics
parent4423682736cefaf49a3e0f8e8a47762ebe312d78 (diff)
disallow warnings
Diffstat (limited to 'simplemetrics')
-rw-r--r--simplemetrics/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/simplemetrics/pom.xml b/simplemetrics/pom.xml
index 7f3388c08ca..d347cdbb820 100644
--- a/simplemetrics/pom.xml
+++ b/simplemetrics/pom.xml
@@ -66,9 +66,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
- <arg>-Xlint:rawtypes</arg>
- <arg>-Xlint:unchecked</arg>
- <arg>-Xlint:deprecation</arg>
+ <arg>-Xlint:all</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>