This sounds like something I should be able to Google, but I can't find a good reference. What exactly does __attribute__((force)) do? As in:
return (__attribute__((force)) uint32_t) *p
(this is for an ARM system, cross compiled with clang, but I can't find any reference anywhere on this attribute even in clang/arm specific pages..).