The message is reported for the line below:
#undef isspace
where ' isspace' is the name of both a function and a macro. The two of them can be used alternatively, depending on the main optimization target (size/time). In order to use the function, one must undefine the macro.