[NTG-pdftex] 1.40.0-beta-20060117
Taco Hoekwater
taco at elvenkind.com
Wed Jan 18 22:32:20 CET 2006
Morten Høgholm wrote:
> But they do not look dangerous to me except the
> pdfetexini.c:4279: warning: comparison is always false due to limited
It is a comparison where a hyf_next[] array item is compared against
max_trie_op, but max_trie_op is maxed out, so the actual value can never
be larger.
The warning is harmless, it is this line in web2c's tex.ch:
undump_upper_check_things(max_trie_op, hyf_next[1], j);
and that could be replaced by
undump_things(hyf_next[1], j);
Cheers, taco
More information about the ntg-pdftex
mailing list