mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-03-22 18:15:47 +08:00
ARMCC when using __packed structures will not implicitly convert a pointer to a member of a packed structure to something which does not have __packed. This results in a compiler error and was found with calls to icmp6_param_problem While there is a #pragma pack mode in ARMCC that disables this error, it does require existing ports to switch over their packing mode and perform integration