| ||||||||
Technical Support Support Resources Product Information | GENERAL: TURNING OFF WARNINGSInformation in this article applies to:
SYMPTOMSI've put some code in to spit out values for debugging, but when I turn them off (comment out the function call) I get linking warnings: Warning 16: uncalled segment, ignored for overlay process Is there a way of 'turning these warnings off'? I've been clicking on the Ignore Warnings box in the Options-make-Misc screen, but I don't want to turn off _all_ warnings. RESOLUTIONThe release notes mention a DISABLEWARNING directive (DW) with which you can specify which warnings you want the compiler or linker to ignore. This would go on the "additional" tab of the linker, and the "misc" tab of the compiler. The syntax in the above case would be DW(16) entered on the "additional" tab in the linker options. Last Reviewed: Tuesday, June 08, 2004 | |||||||
| ||||||||