Skip to content

examples/blkio-bench: Check read() and write() return values

Alberto Faria requested to merge albertofaria/libblkio:warn_unused_result into main

This fixes warnings on newer libc versions that declare those functions with __attribute__((warn_unused_result)).

Edited by Alberto Faria

Merge request reports