Smattr / clink

a modern re-implementation of Cscope
The Unlicense
43 stars 2 forks source link

squash -Wunused-result warning for 'chdir' call #145

Closed Smattr closed 1 year ago

Smattr commented 1 year ago

Later versions of Glibc have chdir tagged with warn_unused_result, making the compiler complain about our usage here.