18 Jan
2006
18 Jan
'06
10:32 p.m.
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