Fix MSVC C4138 warning (#1657)

This commit is contained in:
Maks Naumov 2019-04-05 12:29:56 +03:00 committed by Ebrahim Byagowi
parent c68eb7002f
commit a96d003d6e
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ struct FDSelect0 {
template <typename GID_TYPE, typename FD_TYPE>
struct FDSelect3_4_Range {
bool sanitize (hb_sanitize_context_t *c, const void */*nullptr*/, unsigned int fdcount) const
bool sanitize (hb_sanitize_context_t *c, const void * /*nullptr*/, unsigned int fdcount) const
{
TRACE_SANITIZE (this);
return_trace (first < c->get_num_glyphs () && (fd < fdcount));