util.c: In function ‘prepare_append’:
util.c:653:7: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
653 | read (out_file_des, tmp_buf, useful_bytes_in_block);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~