Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-04-15 10:03:27 +0000
committerMarkus Keller2015-04-15 10:51:41 +0000
commit85dfd1b51849512b64f5785dfe85f68b6d8fac06 (patch)
tree61f712ae5265ad32e06613df68c81b56a2f3ff39 /bundles/org.eclipse.osgi/pom.xml
parentce915d8b37372b8c80e6eb812d2f608813658150 (diff)
downloadrt.equinox.framework-85dfd1b51849512b64f5785dfe85f68b6d8fac06.tar.gz
rt.equinox.framework-85dfd1b51849512b64f5785dfe85f68b6d8fac06.tar.xz
rt.equinox.framework-85dfd1b51849512b64f5785dfe85f68b6d8fac06.zip
Bug 464057: 3 warnings in official build
Change-Id: Ia8335c330a203526713c50acbb9a9441b85c3162 Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
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