Commit d7f0ababe1882c8351093231d986de26f9df670d

Kirill A. Shutemov 2011-08-24T20:10:50

Fix false positive -Wuninitialized warnings GCC produces several -Wuninitialized warnings. Most of them can be fixed if we make visible for gcc that git__throw() and git__rethrow() always return first argument. Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>