]> git.ipfire.org Git - thirdparty/git.git/commit
utf8.h: squelch unused-parameter warnings with NO_ICONV
authorMike Hommey <mh@glandium.org>
Wed, 2 Oct 2024 20:01:40 +0000 (05:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Oct 2024 22:52:48 +0000 (15:52 -0700)
commite03b2a2105e7969ebc804c519b0a356e20a8a8d7
treeea979576d50b76a7f98bd0bc32ca51092f3620ed
parent5ecd5fa58b3315d6bdd6ef9218c7ae442782bc5d
utf8.h: squelch unused-parameter warnings with NO_ICONV

Since DEVELOPER=YesPlease build enables -Wunused-parameter warnings
these days, the fallback definition for reencode_string_len() that
did not touch any of its parameters but one needs to be annotated
properly.

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
utf8.h