cmatsuoka / figlet

Claudio's FIGlet tree
http://www.figlet.org
BSD 3-Clause "New" or "Revised" License
1.33k stars 127 forks source link

Fix various compiler warnings #6

Open jmccrohan opened 9 years ago

cmatsuoka commented 9 years ago

The last time I proposed similar changes there were problems with figlet being built on systems that don't support stdint.h or anything newer than K&R C (yes, it's ancient, I know). There's support for wchar.h but it's protected inside a macro test. The sign fixes are probably good, I'll check them and merge what I can.