Message A function "<name>" appeared in more than one #pragma assert/hint func_attrs specifying the same assertion/hints. Description A function can appear on more than one #pragma assert or #pragma hint func_attrs as long as each #pragma specifies a different assertion/hint about the function. The assertion will be ignored. User Action Either remove the #pragma, or remove the function name from the pragma, or correct its spelling.