spam
spam("warn: call of '%s' with non-constant format argument", name);
spam("warn: passing __func__ while the format string already contains the name of the function '%s'",
spam("note: passing pointer-to-array; is the address-of redundant?");
spam("weird: format argument is array of const '%s'", type_to_str(base->ctype.base_type));
spam("weird: format argument is pointer to const '%s'", type_to_str(base->ctype.base_type));