| ||||||||
Technical Support Support Resources Product Information | BL51: WARNING 13 (RECURSIVE CALL TO SEGMENT)Information in this article applies to:
QUESTIONHow do I instruct BL51 to ignore warning 13 that tells me I have recursive calls to a segment? When I link, I get ten warnings and then the linker halts and reports that there are too many warnings to continue. ANSWERTo completely disable the warning, use the RECURSIONS directive in the linker. You may specify RECURSIONS(0) or RC(0) in the BL51 options window in the additional tab. If you just want to increase the number of warnings that can be reported, use RC(x) where x may be a number from 1 to 100 that indicates the maximum number of warnings to report. A value of 0 disables warnings about the recursive calls. MORE INFORMATION
Last Reviewed: Tuesday, July 19, 2005 | |||||||
| ||||||||