Project

General

Profile

« Previous | Next » 

Revision b226c340

Added by peterzhu2118 (Peter Zhu) 12 months ago

[PRISM] Fix compiler warning for min_tmp_hash_length

prism_compile.c:1406:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
1406 | if (count >= min_tmp_hash_length) {
| ^~