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

MACRO redefintions warnings in VS2015 #94

Open
Roman-Bober opened this issue Nov 11, 2020 · 1 comment
Open

MACRO redefintions warnings in VS2015 #94

Roman-Bober opened this issue Nov 11, 2020 · 1 comment

Comments

@Roman-Bober
Copy link

Getting below warning when using custom generated enum_macros.h file

python make_macros.py"  120 64 > enum_macros.h

enum_macros.h(269): warning C4005: 'BETTER_ENUMS_PP_COUNT_IMPL': macro redefinition
enum.h(248): note: see previous definition of 'BETTER_ENUMS_PP_COUNT_IMPL'
enum_macros.h(279): warning C4005: 'BETTER_ENUMS_PP_COUNT': macro redefinition
enum.h(255): note: see previous definition of 'BETTER_ENUMS_PP_COUNT'
enum_macros.h(292): warning C4005: 'BETTER_ENUMS_ITERATE': macro redefinition
enum.h(261): note: see previous definition of 'BETTER_ENUMS_ITERATE'

@aantron
Copy link
Owner

aantron commented Nov 13, 2020

Can you give full instructions for how to reproduce this?

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

No branches or pull requests

2 participants