tuxpaint.c code & warning clean-up (WIP)
- Replace any C++ style comments (// ...) with C style (/* ... */). - Improve calls to fgets() to avoid "ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]" errors (WIP). - Removed some unused, commented-out code.
This commit is contained in:
parent
a8a0276f89
commit
284a64a08f
1 changed files with 328 additions and 361 deletions
689
src/tuxpaint.c
689
src/tuxpaint.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue