Fix MSVC C4138 warning (#1657)

pull/1663/head
Maks Naumov 6 years ago committed by Ebrahim Byagowi
parent c68eb7002f
commit a96d003d6e
  1. 2
      src/hb-ot-cff-common.hh

@ -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));

Loading…
Cancel
Save