git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix issues found by gcc 4.6.0
@ 2011-03-22 12:49 Johannes Schindelin
  2011-03-22 12:50 ` [PATCH 1/2] Remove unused variables Johannes Schindelin
  2011-03-22 12:50 ` [PATCH 2/2] Actually use retval Johannes Schindelin
  0 siblings, 2 replies; 11+ messages in thread
From: Johannes Schindelin @ 2011-03-22 12:49 UTC (permalink / raw)
  To: git; +Cc: gitster

In general, our sources are quite clean. However, a few variables were
unused. Previous gcc version did not find them because they were assigned
values, but those values were never used nontheless.

The tricky question is whether 2/2 really fixes an issue or not.
Unfortunately, my time is too limited to go into detail, but I figured
it'd be better to raise the issue than to remain silent.

Johannes Schindelin (2):
  Remove unused variables
  Actually use retval

 builtin/fsck.c       |    3 +--
 builtin/remote-ext.c |    4 ----
 diff.c               |    3 +--
 merge-recursive.c    |    4 ----
 reachable.c          |    5 -----
 test-subprocess.c    |    3 +--
 transport-helper.c   |    3 +--
 tree-diff.c          |    2 +-
 8 files changed, 5 insertions(+), 22 deletions(-)

-- 
1.7.4.msysgit.0.167.ge91fd

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-03-23  1:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 12:49 [PATCH 0/2] Fix issues found by gcc 4.6.0 Johannes Schindelin
2011-03-22 12:50 ` [PATCH 1/2] Remove unused variables Johannes Schindelin
2011-03-22 18:15   ` Junio C Hamano
2011-03-22 18:42     ` Johannes Schindelin
2011-03-22 19:43   ` Jonathan Nieder
2011-03-22 12:50 ` [PATCH 2/2] Actually use retval Johannes Schindelin
2011-03-22 18:10   ` Junio C Hamano
2011-03-22 18:20     ` Johannes Schindelin
2011-03-23  1:26     ` [PATCH 0/2] " Jonathan Nieder
2011-03-23  1:28       ` [PATCH 1/2] tree-diff: make diff_tree return void Jonathan Nieder
2011-03-23  1:30       ` [PATCH 2/2] tree-diff: make diff_tree_sha1 " Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).