[arm-gnu] how to set sizeof enum = sizeof int
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] how to set sizeof enum = sizeof int



I use gcc4.2.2 and it complies the program as enum= 4bytes, but use
codesourcery g++, enum size is only 1 byte. and complier seems doesn't
recognize   --enums_is_int