mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed compiler warnings.
This commit is contained in:
parent
441d546d25
commit
a94a29ae22
2 changed files with 1 additions and 2 deletions
|
@ -191,7 +191,6 @@ public class ProblemBindingChecker extends AbstractIndexAstChecker {
|
|||
if (function == null) {
|
||||
return false;
|
||||
}
|
||||
@SuppressWarnings("restriction")
|
||||
IASTDeclarator innermostDeclarator = ASTQueries.findInnermostDeclarator(function.getDeclarator());
|
||||
IBinding binding = innermostDeclarator.getName().resolveBinding();
|
||||
return (binding instanceof ICPPMethod);
|
||||
|
|
|
@ -54,7 +54,7 @@ Export-Package: org.eclipse.cdt.core,
|
|||
org.eclipse.cdt.internal.core.cdtvariables;x-internal:=true,
|
||||
org.eclipse.cdt.internal.core.dom;x-internal:=true,
|
||||
org.eclipse.cdt.internal.core.dom.ast.tag;x-internal:=true,
|
||||
org.eclipse.cdt.internal.core.dom.parser;x-friends:="org.eclipse.cdt.ui",
|
||||
org.eclipse.cdt.internal.core.dom.parser;x-friends:="org.eclipse.cdt.ui,org.eclipse.cdt.codan.checkers",
|
||||
org.eclipse.cdt.internal.core.dom.parser.c;x-friends:="org.eclipse.cdt.ui",
|
||||
org.eclipse.cdt.internal.core.dom.parser.cpp;x-friends:="org.eclipse.cdt.ui",
|
||||
org.eclipse.cdt.internal.core.dom.parser.cpp.semantics;x-friends:="org.eclipse.cdt.ui",
|
||||
|
|
Loading…
Add table
Reference in a new issue