cdt/cdt_6_0_x/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/errorparsers/messages.properties
author dadubrow
Thu, 05 Aug 2010 13:18:02 -0500
changeset 145 d9692fb089a1
parent 123 71e3840b8eca
permissions -rw-r--r--
not shipping pulsar plugins

###############################################################################
# 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=instantiated from 
#GCCErrorParser_Warnings=(.*?):([0-9]+):([0-9]+:)?( (.*[Ww]arning:|WARNING:|[Ee]rror:))? (.*)
GCCErrorParser_Warnings=(.*?):([0-9]+):([0-9]+:)?(.*?[([Ww]arning)(WARNING)([Ee]rror)]:)? (.*)
GLDErrorParser_error_text=(.*?):?\\(\\.\\w+\\+.*\\): (.*)
GLDErrorParser_warning_general=ld(\\.exe)?: [Ww]arning:? (.*)
GLDErrorParser_error_general=ld(\\.exe)?: (.*)