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

Fix: Replace int with std::underlying_type in DECLARE_ENUM_AS_BIT_SET and DECLARE_POSTFIX_INCREMENT. #7533

Merged

Conversation

PeterN
Copy link
Member

@PeterN PeterN commented Apr 21, 2019

This fixes 64 bit uses of this macro.

@PeterN PeterN added the backport requested This PR should be backport to current release (RC / stable) label Apr 21, 2019
michicc
michicc previously approved these changes Apr 21, 2019
@LordAro
Copy link
Member

LordAro commented Apr 21, 2019

Would be nice if the postfix increment could be fixed as well, for consistency

@PeterN PeterN changed the title Fix: Replace int with std::underlying_type in DECLARE_ENUM_AS_BIT_SET. Fix: Replace int with std::underlying_type in DECLARE_ENUM_AS_BIT_SET and DECLARE_POSTFIX_INCREMENT. Apr 21, 2019
@PeterN PeterN merged commit 66cd32a into OpenTTD:master Apr 21, 2019
@LordAro LordAro added backported This PR is backported to a current release (RC / stable) and removed backport requested This PR should be backport to current release (RC / stable) labels May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported This PR is backported to a current release (RC / stable)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants