-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-7600
-
-
-
default
Attaching the GNU-like attribute _attribute((packed)) to an enumeraetd type declaration will override the command line option --enum_type=unpacked, but __attribute((unpacked_)) cannot override --enum_type=packed. The attribute should always take precedence.