aboutsummaryrefslogtreecommitdiffstats
path: root/yolean
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-21 11:12:11 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-21 11:14:11 +0200
commitaa9547258c6f6fc0430f1ce3956253616262ba20 (patch)
tree94737aa1794f3d27e0fc6d28b8916bd2fafc47fb /yolean
parent615fbd244c2bb03052a9278fc5957e12ce141c23 (diff)
disable bogus varargs warnings
* and disallow any other warnings
Diffstat (limited to 'yolean')
-rw-r--r--yolean/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/yolean/pom.xml b/yolean/pom.xml
index 75809187eba..9d750062135 100644
--- a/yolean/pom.xml
+++ b/yolean/pom.xml
@@ -53,6 +53,8 @@
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Xlint:-serial</arg>
+ <arg>-Xlint:-varargs</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>