summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/pom.xml b/client/pom.xml
index d44c0820cac..4c08075fdee 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -35,12 +35,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${vespaClients.jdk.releaseVersion}</release>
- <compilerArgs> <!-- Remove (to use default) when not compiling for 8 -->
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-rawtypes</arg>
- <arg>-Xlint:-unchecked</arg>
- <arg>-Xlint:-serial</arg>
- </compilerArgs>
</configuration>
</plugin>
<plugin>