Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/pom.xml')
-rw-r--r--bundles/org.eclipse.osgi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml
index bf97f7027..0ee4d2d96 100644
--- a/bundles/org.eclipse.osgi/pom.xml
+++ b/bundles/org.eclipse.osgi/pom.xml
@@ -30,7 +30,7 @@
<version>${tycho.version}</version>
<configuration>
<compilerArgs>
- <arg>-warn:-raw,unchecked,hiding,unused</arg>
+ <arg>-warn:-raw,unchecked,hiding,unused,warningToken</arg>
</compilerArgs>
</configuration>
</plugin>

Back to the top