Opened 18 years ago
Last modified 16 years ago
#4 closed defect
figfont.c needs cleanup — at Initial Version
| Reported by: | Sam Hocevar | Owned by: | Sam Hocevar |
|---|---|---|---|
| Priority: | minor | Milestone: | Final |
| Component: | core | Version: | SVN |
| Keywords: | Cc: | ||
| Product: | libcaca |
Description
figfont.c builds with a lot of warnings:
figfont.c: In function 'cucul_put_figchar':figfont.c:184: warning: comparison between signed and unsignedfigfont.c:189: warning: comparison between signed and unsignedfigfont.c:195: warning: comparison between signed and unsignedfigfont.c:214: warning: comparison between signed and unsignedfigfont.c:218: warning: comparison between signed and unsignedfigfont.c: In function 'flush_figlet':figfont.c:264: warning: comparison between signed and unsignedfigfont.c:265: warning: comparison between signed and unsignedfigfont.c: At top level:figfont.c:255: warning: 'flush_figlet' defined but not used
This part of the code really needs some cleanup.
