You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a problem? Get a whole bunch of these:
C:\rts_lib_java\rts_lib\DecoderMask.cs(998) warning: [UNSUPPORTED] enum member's value initialization ignored, value has already been assigned and enum values must be unique
Ohhh … CS2J assumes that the enum initializers are given in ascending order. We will fix this.
The text was updated successfully, but these errors were encountered:
Is this a problem? Get a whole bunch of these:
C:\rts_lib_java\rts_lib\DecoderMask.cs(998) warning: [UNSUPPORTED] enum member's value initialization ignored, value has already been assigned and enum values must be unique
Ohhh … CS2J assumes that the enum initializers are given in ascending order. We will fix this.
The text was updated successfully, but these errors were encountered: