[PATCH 0/4] Fix minor warnings reported by icc
From: Ramkumar Ramachandra <hidden>
Date: 2016-06-15 22:52:29
Hi, Thomas Rast tried compiling Git with Intel's C compiler (icc) recently and the results can be found here [1]. Most of them don't amount to anything, are probably not worth fixing. Here are fixes to a few that caught my eye. Thanks. [1]: https://gist.github.com/1367335 -- Ram Ramkumar Ramachandra (4): http: remove unused function hex() convert: don't mix enum with int ll-merge: initialize default_opts const sha1_file: don't mix enum with int convert.c | 6 +++--- http.c | 8 -------- ll-merge.c | 2 +- sha1_file.c | 2 +- 4 files changed, 5 insertions(+), 13 deletions(-) -- 1.7.6.351.gb35ac.dirty