Opened 17 years ago
Last modified 15 years ago
#4 closed defect
libcucul: figfont.c needs cleanup — at Version 1
Reported by: | Sam Hocevar | Owned by: | Sam Hocevar |
---|---|---|---|
Priority: | minor | Milestone: | Final |
Component: | core | Version: | SVN |
Keywords: | Cc: | ||
Product: | libcaca |
Description (last modified by )
figfont.c builds with a lot of warnings:
figfont.c: In function 'cucul_put_figchar': figfont.c:184: warning: comparison between signed and unsigned figfont.c:189: warning: comparison between signed and unsigned figfont.c:195: warning: comparison between signed and unsigned figfont.c:214: warning: comparison between signed and unsigned figfont.c:218: warning: comparison between signed and unsigned figfont.c: In function 'flush_figlet': figfont.c:264: warning: comparison between signed and unsigned figfont.c:265: warning: comparison between signed and unsigned figfont.c: At top level: figfont.c:255: warning: 'flush_figlet' defined but not used
This part of the code really needs some cleanup.
Change History (1)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Summary: | figfont.c needs cleanup → libcucul: figfont.c needs cleanup |
Note: See
TracTickets for help on using
tickets.