Actions
Patch #582
closedProposed patch to remove -Wunused-result warnings (Debian/GNU Linux)
Start date:
2013-11-28
Due date:
% Done:
100%
Estimated time:
Module:
various
Operating System:
Linux
Compiler:
gcc
Description
Using fwrite() and fgets() without checking the return value produces warnings on Debian/GNU Linux systems (because -Wunused-results is set by default).
Files
Updated by Jörg Riesmeier almost 9 years ago
- % Done changed from 0 to 30
- Operating System set to Linux
- Compiler set to gcc
Partly fixed, see commit e598abe and 5b95b6e.
Updated by Marco Eichelberg over 8 years ago
- Target version changed from 3.6.2 to 3.6.3
Updated by Jan Schlamelcher over 7 years ago
- Target version changed from 3.6.3 to 3.6.6
Updated by Jörg Riesmeier almost 7 years ago
- Target version changed from 3.6.6 to 3.6.5
- % Done changed from 30 to 100
Patch has been reworked and changes have been committed.
Actions