bintools/rcomp/src/messages.cpp
changeset 675 02e65118a746
parent 0 044383f39525
equal deleted inserted replaced
673:7ae5f757318b 675:02e65118a746
   250 
   250 
   251 	const String LT_044_Message = "invalid declaration of optional tag, end of line reached unexpectedly."; // .
   251 	const String LT_044_Message = "invalid declaration of optional tag, end of line reached unexpectedly."; // .
   252 	Add(new Message(LT_044_Message, LT_044, "044", true, KWarning));
   252 	Add(new Message(LT_044_Message, LT_044, "044", true, KWarning));
   253 
   253 
   254 	/* This warning has been added to hopefully fix a long standing defect where labels which 
   254 	/* This warning has been added to hopefully fix a long standing defect where labels which 
   255 	 * have not been declared are silently included in the emitted resource file. More 
   255 	 * have not been declared are silently included in the emitted resource file.  
   256 	 * details at defect INC061459 */
   256 	 */
   257 	const String LT_045_Message = "the following label is used but has not been declared: ";
   257 	const String LT_045_Message = "the following label is used but has not been declared: ";
   258 	Add(new Message(LT_045_Message, LT_045, "045", true, KWarning));
   258 	Add(new Message(LT_045_Message, LT_045, "045", true, KWarning));
   259 
   259 
   260 	const String LT_046_Message = "the STRUCT that this resource is based on contains a STRUCT data member which has not been used in this resource, the missing element is: ";
   260 	const String LT_046_Message = "the STRUCT that this resource is based on contains a STRUCT data member which has not been used in this resource, the missing element is: ";
   261 	Add(new Message(LT_046_Message, LT_046, "046", true, KWarning));
   261 	Add(new Message(LT_046_Message, LT_046, "046", true, KWarning));