MSIR.0805 Statement label multiply defined: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
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.
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.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]]

Revision as of 16:06, 13 August 2015

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.