Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix various compiler warnings #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jmccrohan
Copy link
Contributor

No description provided.

Fixes -Wsign-compare compiler warning.

Signed-off-by: Jonathan McCrohan <[email protected]>
Fixes -Wsign-compare compiler warnings.

Signed-off-by: Jonathan McCrohan <[email protected]>
@cmatsuoka
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants