diff options
author | Jeff King <peff@peff.net> | 2015-10-04 23:43:14 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-05 11:05:51 -0700 |
commit | e2b021eb5b5ce2f4be3c10f1f8063981b1a53053 (patch) | |
tree | d015b778b7a48433065f70ff87a97b04cb69eee6 /compat/nedmalloc | |
parent | sha1_get_pack_name: use a strbuf (diff) | |
download | tgif-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 'compat/nedmalloc')
0 files changed, 0 insertions, 0 deletions