Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-08-12 10:01:56 +0000
committerDani Megert2013-08-12 10:01:56 +0000
commit0ae1b8cc27136b5c239f4d2194999ad95ce16af9 (patch)
tree590d4be08127f7a5d89828e1bb15dde35f946013 /org.eclipse.debug.ui/pom.xml
parentff49bb24fd4706d3afbe48429fb4dbf809c7a736 (diff)
downloadeclipse.platform.debug-0ae1b8cc27136b5c239f4d2194999ad95ce16af9.tar.gz
eclipse.platform.debug-0ae1b8cc27136b5c239f4d2194999ad95ce16af9.tar.xz
eclipse.platform.debug-0ae1b8cc27136b5c239f4d2194999ad95ce16af9.zip
Another try to get the compiler arguments right
Diffstat (limited to 'org.eclipse.debug.ui/pom.xml')
-rw-r--r--org.eclipse.debug.ui/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml
index 750b9d038..59ff83807 100644
--- a/org.eclipse.debug.ui/pom.xml
+++ b/org.eclipse.debug.ui/pom.xml
@@ -27,8 +27,7 @@
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
- <compilerArgument>-warn:+resource</compilerArgument>
- <compilerArgument>-warn:-deprecation,raw,unchecked</compilerArgument>
+ <compilerArgument>-warn:-deprecation,raw,unchecked -warn:+resource</compilerArgument>
</configuration>
</plugin>
</plugins>

Back to the top