New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/26758#issuecomment-736045929 Comment: @causal-agent for the record, you got yourself some new warnings :P ``` ring.c:208:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 208 | fread(&signature, sizeof(signature), 1, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Praise be glibc's headers and their attributes :D