]> git.ipfire.org Git - thirdparty/squid.git/commit
Enable compiler checks for printf-like SBuf methods (#1270)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Tue, 14 Feb 2023 16:25:32 +0000 (16:25 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 14 Feb 2023 16:35:21 +0000 (16:35 +0000)
commit543bff1002fb4b1b15d4a8f6cccec597e158b98b
tree8cb78a39a148ec90e96fe85165a48832f421b3ef
parent974efa31125422523f1bb823e10c1d08e48afbe5
Enable compiler checks for printf-like SBuf methods (#1270)

After commit 0f17e25, these two are the only known printf()-like
functions not already covered by these compiler checks. Some helper
debugging hacks do not have PRINTF_FORMAT_ARG2 or similar attributes,
but they are covered because their `__GNUC__` variants use standard
fprintf().
src/sbuf/SBuf.h