Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2016-01-21 10:06:53 +0000
committerMarkus Keller2016-01-21 10:07:02 +0000
commitf2fb5df887dadb01a071a46da8fb3e9958622306 (patch)
tree65f5f0d41be7f7eadef1413337e7052dec3f6a65 /bundles
parenta562c060f18fcf8d00da91945bc03ada2ef6ad39 (diff)
downloadrt.equinox.framework-f2fb5df887dadb01a071a46da8fb3e9958622306.tar.gz
rt.equinox.framework-f2fb5df887dadb01a071a46da8fb3e9958622306.tar.xz
rt.equinox.framework-f2fb5df887dadb01a071a46da8fb3e9958622306.zip
Bug 486108: Latest felix resolver code has compile warnings in build
Change-Id: Ife03b2bee9bad7939479a25967ae8dadb9ad42fc Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
Diffstat (limited to 'bundles')
-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 adebe305b..f11cce7a2 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,warningToken</arg>
+ <arg>-warn:-raw,unchecked,hiding,unused,warningToken,serial</arg>
</compilerArgs>
</configuration>
</plugin>

Back to the top