Comment change: exclude more unreachable code from coverage

This commit is contained in:
Rhodri James 2017-06-08 19:13:06 +01:00 committed by Sebastian Pipping
parent c0b7b55567
commit 7c11f77a03

View file

@ -1318,7 +1318,7 @@ XmlUtf8Encode(int c, char *buf)
buf[3] = (char)((c & 0x3f) | 0x80);
return 4;
}
return 0;
return 0; /* LCOV_EXCL_LINE: this case too is eliminated before calling */
}
int FASTCALL