libgit2/examples
Kirill A. Shutemov d6d877d20f examples/general: fix warnings on not handled reference type in switch
examples/general.c:402:5: warning: enumeration value ‘GIT_REF_INVALID’ not handled in switch [-Wswitch]
examples/general.c:402:5: warning: enumeration value ‘GIT_REF_PACKED’ not handled in switch [-Wswitch]
examples/general.c:402:5: warning: enumeration value ‘GIT_REF_HAS_PEEL’ not handled in switch [-Wswitch]
examples/general.c:402:5: warning: enumeration value ‘GIT_REF_LISTALL’ not handled in switch [-Wswitch]

Signe-off-by: Kirill A. Shutemov <kirill@shutemov.name>
2011-07-05 14:20:10 +03:00
..
.gitignore update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00
general.c examples/general: fix warnings on not handled reference type in switch 2011-07-05 14:20:10 +03:00
Makefile update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00
showindex.c update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00