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

Warning in test_walk.c #24

Open
wingyplus opened this issue Sep 13, 2022 · 0 comments
Open

Warning in test_walk.c #24

wingyplus opened this issue Sep 13, 2022 · 0 comments

Comments

@wingyplus
Copy link

wingyplus commented Sep 13, 2022

Found from running make check:

test_walk.c:78:26: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'AlphaChar' (aka 'unsigned int') [-Wformat]
        printf ("'%lc'", walkables[i]);
                  ~~~    ^~~~~~~~~~~~
                  %c

This could be fix by changing to %c instead?

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

No branches or pull requests

1 participant