diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2011-10-18 18:25:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-18 10:34:07 -0700 |
commit | 185528a859170a659ae8359d13540211775e3056 (patch) | |
tree | 77cd21ec4b3e0d5a4996a334bff1f612f46de495 /ppc | |
parent | inet_ntop: fix a couple of old-style decls (diff) | |
download | tgif-185528a859170a659ae8359d13540211775e3056.tar.xz |
inet_ntop.c: Work around GCC 4.6's detection of uninitialized variables
GCC 4.6 claims that
error: 'best.len' may be used uninitialized in this function
so silence that warning which is treated as an error by also initializing
the "len" members of the struct.
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ppc')
0 files changed, 0 insertions, 0 deletions