Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information