Skip to content

Commit

Permalink
Disable warnings for deprecated for removal in Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed May 24, 2024
1 parent 5d39598 commit b82b83c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eclipse/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed=ignore
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
org.eclipse.jdt.core.compiler.problem.terminalDeprecation=ignore
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
Expand Down

0 comments on commit b82b83c

Please sign in to comment.