Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-28 15:23:50 +0000
committerDavid Williams2013-02-28 15:23:50 +0000
commit21d932ac9a25a9684ea78617d10ca1785f2e0ec5 (patch)
tree62b6e523eef384d1969ffe1d002588bc2e69a1c8 /eclipse-platform-parent/pom.xml
parentd6e7c89e120aa1a3819c71f4648b64c5a01f2698 (diff)
downloadeclipse.platform.releng.aggregator-21d932ac9a25a9684ea78617d10ca1785f2e0ec5.tar.gz
eclipse.platform.releng.aggregator-21d932ac9a25a9684ea78617d10ca1785f2e0ec5.tar.xz
eclipse.platform.releng.aggregator-21d932ac9a25a9684ea78617d10ca1785f2e0ec5.zip
Bug 401776 - [CBI] too many compile warnings
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index cf6184c03..3b379fcc6 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -240,7 +240,7 @@
</dependency>
</dependencies>
<configuration>
- <compilerArgument>-warn:-deprecation</compilerArgument>
+ <compilerArgument>-warn:-deprecation,raw,unchecked</compilerArgument>
<compilerArguments>
<verbose />
<inlineJSR/>

Back to the top