I have some code I\'m porting to a new platform, and it started giving me an error about comparing two enumerators from two different enumerator-lists. I\'m confused why it\'s g
Its a warning but as you have compiled with -Wall -Werror all warnings are treated as error Rest you can find something in similar question.
Is there a correct way to avoid warnings when comparing two different enums?
with regards
hims