Fix 32bit sign comparisons
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 4 Jan 2021 15:06:43 +0000 (16:06 +0100)
committerNoah Meyerhans <noahm@debian.org>
Sun, 10 Mar 2024 06:31:22 +0000 (22:31 -0800)
commit2edcc072dc092e28a6eb91052cd0864d8903125e
treecf7bd8bfa56d8bc181125e3109d4637f2e642260
parente29d2cc1fd91e75f16a04b7ef410c29e6a7999c9
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