summaryrefslogtreecommitdiffstats
path: root/testutil
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-27 15:28:39 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-27 15:28:39 +0200
commit8a4d0a75cdf1320cd70c150cfba3d59ebb93faa0 (patch)
treedb7a9ceeeac08ba45407156012a3b6ff9a7605b3 /testutil
parenta72fb8d70dd93f44f7396842042898ce10c6f5df (diff)
disallow some warnings
Diffstat (limited to 'testutil')
-rw-r--r--testutil/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index 2b48e7e3a28..dc765a35409 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -53,6 +53,8 @@
<configuration>
<compilerArgs>
<arg>-Xlint:all</arg>
+ <arg>-Xlint:-varargs</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>