looks like a recent pull request added that error. Please change
#endif Z_PROBE_IIS2DH
into
#endif // Z_PROBE_IIS2DH
to prevent the error. The stray messages come from wrong encoding I think. Try converting it to utf-8. Will also have a look at the afternoon and try to fix.