mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Warning.
This commit is contained in:
parent
9e365df5f5
commit
a36a7f8613
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ public class LocationMap implements ILocationResolver, IScannerPreprocessorLog {
|
||||||
private static final IASTProblem[] EMPTY_PROBLEMS_ARRAY = new IASTProblem[0];
|
private static final IASTProblem[] EMPTY_PROBLEMS_ARRAY = new IASTProblem[0];
|
||||||
private static final IASTNodeLocation [] EMPTY_LOCATION_ARRAY = new IASTNodeLocation[0];
|
private static final IASTNodeLocation [] EMPTY_LOCATION_ARRAY = new IASTNodeLocation[0];
|
||||||
private char[] tu_filename = EMPTY_CHAR_ARRAY ;
|
private char[] tu_filename = EMPTY_CHAR_ARRAY ;
|
||||||
private int finalOffset = 0;
|
// private int finalOffset = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@ -107,7 +107,7 @@ public class LocationMap implements ILocationResolver, IScannerPreprocessorLog {
|
||||||
* @see org.eclipse.cdt.internal.core.parser.scanner2.IScannerPreprocessorLog#endTranslationUnit(int)
|
* @see org.eclipse.cdt.internal.core.parser.scanner2.IScannerPreprocessorLog#endTranslationUnit(int)
|
||||||
*/
|
*/
|
||||||
public void endTranslationUnit(int offset) {
|
public void endTranslationUnit(int offset) {
|
||||||
this.finalOffset = offset;
|
// this.finalOffset = offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue