Suppress warnings about using raw types that we cannot fix

Some of the code in this project is machine-generated, so we cannot do
anything about raw-type warnings that arise.
This commit is contained in:
Ben Liblit 2017-07-09 15:01:06 -07:00 committed by Manu Sridharan
parent 65e6e5fbcf
commit f948b01e15
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariable
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning