aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 08:12:54 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 08:17:09 +0000
commit12ca20ffecf641c2ffa662bab91b93a774e33a38 (patch)
treeacce2f05e98ceb8b27be0cf4ab92521662817d7f /container-search
parent54eb8a026afd5a1cb9e218d6bdc18a293eca65ef (diff)
enable more lint warnings
* note: this module uses rawtypes and unchecked casts all over the place. Several core concepts would need to be redesigned and rewritten to avoid this.
Diffstat (limited to 'container-search')
-rw-r--r--container-search/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 14f306983f8..8005b4179e5 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -213,9 +213,6 @@
<arg>-Xlint:-rawtypes</arg>
<arg>-Xlint:-unchecked</arg>
<arg>-Xlint:-serial</arg>
- <arg>-Xlint:-deprecation</arg>
- <arg>-Xlint:-dep-ann</arg>
- <arg>-Xlint:-cast</arg>
<arg>-Werror</arg>
</compilerArgs>
</configuration>