cdt/cdt_6_0_x/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/errorparsers/messages.properties
author stechong
Tue, 06 Jul 2010 12:27:22 -0500
branchRCL_2_4
changeset 141 1c111b1b3a16
parent 77 2d52d49686f6
permissions -rw-r--r--
Fix for Bug 11442.

###############################################################################
# Copyright (c) 2006, 2008 Siemens AG.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Norbert Ploett - Initial implementation
###############################################################################
GCCErrorParser_varPattern_undeclared='(.*)' undeclared
GCCErrorParser_varPattern_defdNotUsed='(.*)' defined but not used
GCCErrorParser_varPattern_conflictTypes=conflicting types for '(.*)'
GCCErrorParser_varPattern_parseError=parse error before '(.*)'
GCCErrorParser_skip_UndeclaredOnlyOnce=\\(Each undeclared identifier is reported only once
GCCErrorParser_skip_forEachFunction=for each function it appears in.\\)
GCCErrorParser_skip_note=: note:
GCCErrorParser_sikp_instantiatedFromHere=\\s*(.*instantiated from (here)?.*)
GCCErrorParser_Warnings=(.*?):([0-9]+):([0-9]+:)?( (.*[Ww]arning:|WARNING:|[Ee]rror:))? (.*)
GLDErrorParser_error_text=(.*)\\(\\.text\\+.*\\): (.*)
GLDErrorParser_warning_general=ld(\\.exe)?: [Ww]arning:? (.*)
GLDErrorParser_error_general=ld(\\.exe)?: (.*)