Fix MSVC C4138 warning (#1657)
This commit is contained in:
parent
c68eb7002f
commit
a96d003d6e
|
@ -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…
Reference in New Issue