summaryrefslogtreecommitdiffstats
path: root/clustercontroller-utils
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-24 12:35:09 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-24 12:35:09 +0200
commit62a977a89216898d0418956d6eeaf6c0ac70d51d (patch)
tree2915532bca7dd29afda8abb3cb210b71f9d6f62d /clustercontroller-utils
parent54fd8034988712757ac5ca64cee8bad823bf2f35 (diff)
disallow warnings
Diffstat (limited to 'clustercontroller-utils')
-rw-r--r--clustercontroller-utils/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/clustercontroller-utils/pom.xml b/clustercontroller-utils/pom.xml
index 3c03fe754e7..f127461b468 100644
--- a/clustercontroller-utils/pom.xml
+++ b/clustercontroller-utils/pom.xml
@@ -56,6 +56,7 @@
<compilerArgs>
<arg>-Xlint:unchecked</arg>
<arg>-Xlint:deprecation</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>