aboutsummaryrefslogtreecommitdiff
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-10-04 23:43:14 -0400
committerJunio C Hamano <gitster@pobox.com>2015-10-05 11:05:51 -0700
commite2b021eb5b5ce2f4be3c10f1f8063981b1a53053 (patch)
treed015b778b7a48433065f70ff87a97b04cb69eee6 /git-compat-util.h
parentac5190cc48bd75586566ccc052304d40bbc63147 (diff)
downloadgit-e2b021eb5b5ce2f4be3c10f1f8063981b1a53053.tar.gz
git-e2b021eb5b5ce2f4be3c10f1f8063981b1a53053.tar.xz
precompose_utf8: drop unused variable
The result of iconv is assigned to a variable, but we never use it (instead, we check errno and whether the function consumed all bytes). Let's drop the assignment, as it triggers gcc's -Wunused-but-set-variable. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-compat-util.h')
0 files changed, 0 insertions, 0 deletions