Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enum initializers are not in ascending order #30

Open
twiglet opened this issue Aug 4, 2011 · 0 comments
Open

enum initializers are not in ascending order #30

twiglet opened this issue Aug 4, 2011 · 0 comments

Comments

@twiglet
Copy link
Owner

twiglet commented Aug 4, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant