summaryrefslogtreecommitdiffstats
path: root/testutil
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 08:02:50 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 08:17:09 +0000
commitd1a4bc1c0a57807c8d1a3be56d244de2c2464026 (patch)
tree6b5fc8107bb86f76056c259d8c9896cb55318e03 /testutil
parent89c5eb1d2774b0316e006f23dc7d4a3d02ad4074 (diff)
unify java warnings (use compiler args from parent)
Diffstat (limited to 'testutil')
-rw-r--r--testutil/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index dc795a66dab..9df445e8d9f 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -57,13 +57,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-varargs</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
</plugins>
</build>