• Show log

    Commit

  • Hash : 231ca4fa
    Author : lhchavez
    Date : 2021-02-23T19:33:34

    Proof-of-concept for a more aggressive GIT_UNUSED()
    
    This adds a `-Wunused-result`-proof `GIT_UNUSED()`, just to demonstrate
    that it works. With this, sortedcache.h is now completely
    `GIT_WARN_UNUSED_RESULT`-annotated!