Closed jirislaby closed 2 years ago
write() can fail and compiler also warns:
write()
warning: ignoring return value of 'write' declared with attribute 'warn_unused_result'
Fix this.
Thanks for the cleanup @jirislaby, I modified the formatting to make astyle happy and committed as c1177a4881f363455255866f6f6d8149574e4b35
write()
can fail and compiler also warns:Fix this.