Commit 231ca4fad36ce7b3dd5d79b599be46ab6001fc18

lhchavez 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!