From: Junio C Hamano Date: Wed, 28 Jul 2021 20:17:59 +0000 (-0700) Subject: Merge branch 'ab/attribute-format' X-Git-Tag: v2.33.0-rc0~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd6d3c90eeff56770f2f4b88fb61cc44bf01d890;p=thirdparty%2Fgit.git Merge branch 'ab/attribute-format' Many "printf"-like helper functions we have have been annotated with __attribute__() to catch placeholder/parameter mismatches. * ab/attribute-format: advice.h: add missing __attribute__((format)) & fix usage *.h: add a few missing __attribute__((format)) *.c static functions: add missing __attribute__((format)) sequencer.c: move static function to avoid forward decl *.c static functions: don't forward-declare __attribute__ --- dd6d3c90eeff56770f2f4b88fb61cc44bf01d890