Commit 9eb17d460cd681bbc14d56ed8fdf440bc69b5456

lhchavez 2021-02-16T19:38:34

Introduce GIT_WARN_UNUSED_RESULT This change adds the GIT_WARN_UNUSED_RESULT annotation, which makes the compiler warn when a return result is not used. This avoids bugs.