Neal Norwitz wrote: > There are several other known warnings on various platforms: ... > Python/../Objects/stringlib/unicodedefs.h:26: warning: 'STRINGLIB_CMP' > defined but not used I fixed this warning in r57613. Unfortunately I had to change from an inline function to a macro, but I don't see another way.