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 /test-line-buffer.c | |
parent | ac5190cc48bd75586566ccc052304d40bbc63147 (diff) | |
download | git-e2b021eb5b5ce2f4be3c10f1f8063981b1a53053.tar.gz |
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 'test-line-buffer.c')
0 files changed, 0 insertions, 0 deletions