figlet icon indicating copy to clipboard operation
figlet copied to clipboard

Fix various compiler warnings

Open jmccrohan opened this issue 10 years ago • 1 comments

jmccrohan avatar May 11 '15 22:05 jmccrohan

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.

cmatsuoka avatar May 12 '15 18:05 cmatsuoka