summaryrefslogtreecommitdiffstats
path: root/vdslib
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-24 12:35:01 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-24 12:35:01 +0200
commit54fd8034988712757ac5ca64cee8bad823bf2f35 (patch)
tree143e8639115316e395067e4ddf2fa6955bd066d2 /vdslib
parent33f343a2303af39a0945964947bf421f37bd7ff7 (diff)
disallow warnings
Diffstat (limited to 'vdslib')
-rw-r--r--vdslib/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdslib/pom.xml b/vdslib/pom.xml
index 0f769fe5b3f..a4ada46c89e 100644
--- a/vdslib/pom.xml
+++ b/vdslib/pom.xml
@@ -59,6 +59,7 @@
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Xlint:-serial</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>