Hello every body!
I think this question is addressed not exactly to visualgdb, but to gcc. Sorry if that’s the case.
In my visualgdb project i use enums and i need it’s size to be 4 bytes. Enum size is 1 byte on the assumption of current gcc settings. What additional gcc options i must to add? The way to add MAX_COUNT field more than 0xFFFF works, but i think it must be some other decision. Gcc version is 7.2.0. I tried to read gcc manual, but i can’t find any information about this there in connection with my bad english.
Thanks for help!