Skip to content

Commit

Permalink
remove code.ignoredWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
merks authored and akurtakov committed Feb 5, 2024
1 parent d7c760e commit 0f3dd5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
17 changes: 0 additions & 17 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -88,22 +88,6 @@
<cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url>
<cbi-ecj-version>3.37.0.v20240131-1047</cbi-ecj-version>

<!--
Production bundles are produced by ignoring the compiler warnings specified
by ${code.ignoredWarnings} (see further down).
Good citizens don't override those default settings for their production bundles.
-->
<code.ignoredWarnings>-warn:-deprecation,unavoidableGenericProblems,warningToken</code.ignoredWarnings>

<!--
Test bundles may override the list of ignored warnings by setting this at the top of their pom.xml:
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>
</properties>
Good citizens use those default settings for their test bundles.
-->
<tests.ignoredWarnings>-warn:-deprecation,raw,unchecked,discouraged,warningToken</tests.ignoredWarnings>

<!--
repo for released versions of CBI. Note, we intentionally use as specific a repo as possible.
See bug 471835.
Expand Down Expand Up @@ -468,7 +452,6 @@
</dependencies>
<configuration>
<compilerArgs>
<args>${code.ignoredWarnings}</args>
<args>-verbose</args>
<args>-inlineJSR</args>
<args>-enableJavadoc</args>
Expand Down
Expand Up @@ -21,7 +21,4 @@
<artifactId>org.eclipse.test.performance</artifactId>
<version>3.20.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<code.ignoredWarnings>-warn:-raw,unchecked</code.ignoredWarnings>
</properties>
</project>

0 comments on commit 0f3dd5d

Please sign in to comment.