]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix "make check" -Wsign-compare on arm32 broken by 1a51cf7 (#891)
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 23 Aug 2021 13:35:39 +0000 (13:35 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 24 Aug 2021 15:48:57 +0000 (15:48 +0000)
commit4efdc659653fbba3827c320d0dc4e6a647f54081
tree921b71b61028a8ec1454d629a35beeed4e91561f
parent2b6b1bcb8650095c99a1916f5964305484af7ef0
Fix "make check" -Wsign-compare on arm32 broken by 1a51cf7 (#891)

MemBuf::contentSize() returns mb_size_t which is signed.
src/tests/testEvent.cc