in impl/EnumFlagsDetails.h [151:154]
MY_ENUM_MAYBE_UNUSED inline void setMask(NAME##Impl &value, \
NAME##Impl mask) { \
value = value | mask; \
} \