cdt/cdt_6_0_x/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/errorparsers/GCCErrorParser.java
changeset 97 ce57c204ca6b
parent 77 2d52d49686f6
equal deleted inserted replaced
96:defec9d2b40a 97:ce57c204ca6b
    34 		new ErrorPattern(Messages.GCCErrorParser_skip_UndeclaredOnlyOnce),
    34 		new ErrorPattern(Messages.GCCErrorParser_skip_UndeclaredOnlyOnce),
    35 		new ErrorPattern(Messages.GCCErrorParser_skip_forEachFunction),
    35 		new ErrorPattern(Messages.GCCErrorParser_skip_forEachFunction),
    36 		new ErrorPattern(Messages.GCCErrorParser_skip_note),
    36 		new ErrorPattern(Messages.GCCErrorParser_skip_note),
    37 		new ErrorPattern(Messages.GCCErrorParser_sikp_instantiatedFromHere),
    37 		new ErrorPattern(Messages.GCCErrorParser_sikp_instantiatedFromHere),
    38 		// The following are not...
    38 		// The following are not...
    39 		new ErrorPattern(Messages.GCCErrorParser_Warnings, 1, 2, 6, 0, 0) {
    39 		new ErrorPattern(Messages.GCCErrorParser_Warnings, 1, 2, 5, 0, 0) {
    40 			@Override
    40 			@Override
    41 			public String getVarName(Matcher matcher) {
    41 			public String getVarName(Matcher matcher) {
    42 				String desc = getDesc(matcher);
    42 				String desc = getDesc(matcher);
    43 				if (desc == null)
    43 				if (desc == null)
    44 					return null;
    44 					return null;