mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
Warnings warnings warnings.
This commit is contained in:
parent
f2febe8b52
commit
ab72dd450e
1 changed files with 2 additions and 2 deletions
|
@ -435,8 +435,8 @@ public class CVisitor {
|
|||
protected static final ASTNodeProperty STRING_LOOKUP_PROPERTY = new ASTNodeProperty("CVisitor.STRING_LOOKUP_PROPERTY - STRING_LOOKUP"); //$NON-NLS-1$
|
||||
protected static final ASTNodeProperty STRING_LOOKUP_TAGS_PROPERTY = new ASTNodeProperty("CVisitor.STRING_LOOKUP_TAGS_PROPERTY - STRING_LOOKUP"); //$NON-NLS-1$
|
||||
private static final String SIZE_T = "size_t"; //$NON-NLS-1$
|
||||
public static final String EMPTY_STRING = "";
|
||||
public static final char [] EMPTY_CHAR_ARRAY = "".toCharArray();
|
||||
public static final String EMPTY_STRING = ""; //$NON-NLS-1$
|
||||
public static final char [] EMPTY_CHAR_ARRAY = "".toCharArray(); //$NON-NLS-1$
|
||||
//lookup bits
|
||||
private static final int COMPLETE = 0;
|
||||
private static final int CURRENT_SCOPE = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue