Commit 402a47a7fa3ab2b549c5183d1d5fc82d95f64663

schu 2011-04-26T11:29:05

Fix -Wunused-but-set-variable warnings As of gcc 4.6 -Wall includes -Wunused-but-set-variable. Use GIT_UNUSED or remove actually unused variables to prevent those warnings.