MSIR.0805 Statement label multiply defined

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "The same label appeared multiple times within a method. This message is identical to M204.0223 with the exception that MSIR.0805 is an error rather than a warning, causing the co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The same label appeared multiple times within a method. This message is identical to M204.0223 with the exception that MSIR.0805 is an error rather than a warning, causing the compile to fail. The intent of this message is to prevent the dubious "technique" of multiple like-named labels from being used inside of methods. make sure all labels within a given method are unique.