aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-08 11:49:30 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-08 15:49:21 +0000
commit17310a9aaff2e01a7a287c501d299b689e3fa09d (patch)
tree94b2f282b43f963bb467fc0084641bb1311c3a6d
parent6fec8af7cb644f386651a853423f3f5dd7206747 (diff)
no need to suppress "varargs" or "options" warnings anymore
-rw-r--r--parent/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 36d682e7895..21dda36ad53 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -87,8 +87,6 @@
<arg>-Xlint:-serial</arg>
<arg>-Xlint:-try</arg>
<arg>-Xlint:-processing</arg>
- <arg>-Xlint:-varargs</arg>
- <arg>-Xlint:-options</arg>
<arg>-Werror</arg>
</compilerArgs>
</configuration>