Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2016-03-08 09:50:14 +0000
committerMarkus Keller2016-03-08 09:50:14 +0000
commitbee95fb96f925b3b794573793e320a4fa21dcba1 (patch)
tree6d82e518b04624a971cbefe564ffb18eaae9e10b
parent2148c66c992d1769fa91e6efd67a72c146b3af3e (diff)
downloadrt.equinox.bundles-bee95fb96f925b3b794573793e320a4fa21dcba1.tar.gz
rt.equinox.bundles-bee95fb96f925b3b794573793e320a4fa21dcba1.tar.xz
rt.equinox.bundles-bee95fb96f925b3b794573793e320a4fa21dcba1.zip
Bug 483395: Don't ignore unavoidableGenericProblems in production code by defaultI20160308-0800
-rw-r--r--bundles/org.eclipse.equinox.app/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.app/pom.xml b/bundles/org.eclipse.equinox.app/pom.xml
index 69fb2d2c7..47945fa4f 100644
--- a/bundles/org.eclipse.equinox.app/pom.xml
+++ b/bundles/org.eclipse.equinox.app/pom.xml
@@ -22,6 +22,6 @@
<version>1.3.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
- <code.ignoredWarnings>-warn:-unusedPrivate</code.ignoredWarnings>
+ <code.ignoredWarnings>-warn:-unusedPrivate,deprecation</code.ignoredWarnings>
</properties>
</project>

Back to the top