summaryrefslogtreecommitdiffstats
path: root/fsa
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 18:31:46 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-07 07:52:28 +0000
commitf82da45a938a447b214245dba436bc72ad5f5389 (patch)
tree5074579718cc62a38bd04c5d0cdbad3efd2bb55b /fsa
parent3ff4626645dfea192e6ae34f0488cb8e8c987b1f (diff)
unify java warnings (use compiler args from parent)
Diffstat (limited to 'fsa')
-rw-r--r--fsa/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/fsa/pom.xml b/fsa/pom.xml
index 25e1167a240..db863ba5522 100644
--- a/fsa/pom.xml
+++ b/fsa/pom.xml
@@ -44,16 +44,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-fallthrough</arg>
- <arg>-Xlint:-serial</arg>
- <arg>-Xlint:-rawtypes</arg>
- <arg>-Xlint:-unchecked</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<groupId>com.yahoo.vespa</groupId>