author | David Soria Parra <dsp@php.net> | |
Tue, 4 Aug 2009 09:28:40 +0000 (11:28 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 4 Aug 2009 17:04:29 +0000 (10:04 -0700) | ||
commit | 5a7a3671b74c043216549b94a718da04cc3ffcd6 | |
tree | 0b91be4fc2e589e778baf934a91a0299b946b722 | tree | snapshot |
parent | 90e41a89caa464a84e13cbc9378b0348a61f713b | commit | diff |
run-command.c: squelch a "use before assignment" warning
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) compiler
(and probably others) mistakenly thinks variable failed_errno is used
before assigned. Work it around by giving it a fake initialization.
Signed-off-by: David Soria Parra <dsp@php.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) compiler
(and probably others) mistakenly thinks variable failed_errno is used
before assigned. Work it around by giving it a fake initialization.
Signed-off-by: David Soria Parra <dsp@php.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c | diff | blob | history |