Fix 32bit sign comparisons
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 4 Jan 2021 15:06:43 +0000 (16:06 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 20 Jun 2024 17:16:27 +0000 (17:16 +0000)
commit660857b12be9563180aa0d32146158412fe48165
tree0a780ea9191a09e9595c1929918435f1ffac5a33
parent5d01b1ced8444b62b5cbf31d53380a7e61ac758d
Fix 32bit sign comparisons

sieve-binary.c: In function 'sieve_binary_get_resource_usage':
sieve-binary.c:199:54: warning: comparison of integer expressions of different signedness: 'time_t' {aka 'long int'} and 'unsigned int' [-Wsign-compare]
  199 |  if (update_time != 0 && (ioloop_time - update_time) > timeout)
      |                                                      ^

Gbp-Pq: Name Fix-32bit-sign-comparisons.patch
pigeonhole/src/lib-sieve/sieve-binary.c