• Show log

    Commit

  • Hash : 9eb17d46
    Author : lhchavez
    Date : 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.