Message A carriage-return character was encountered; it is being treated as white space. Description The compiler encountered a carriage-return character some place other than inside a character or string constant. The compiler will treat the carriage-return as white space. User Action The source might have been created by some non-standard means. If possible, replace all carriage-return characters outside of character or string constants with white space.