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

Warings while compiling under Msys64 GCC 7.2.0 #29

Closed
Saugstrahler opened this issue Nov 16, 2017 · 3 comments
Closed

Warings while compiling under Msys64 GCC 7.2.0 #29

Saugstrahler opened this issue Nov 16, 2017 · 3 comments

Comments

@Saugstrahler
Copy link

position.c: In function 'print_pos':
position.c:128:31: warning: unknown conversion type character 'l' in format [-Wformat=]
printf("\nFen: %s\nKey: %16llX\nCheckers: ",
^
position.c:128:10: warning: too many arguments for format [-Wformat-extra-args]
printf("\nFen: %s\nKey: %16llX\nCheckers: ",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
position.c:128:31: warning: unknown conversion type character 'l' in format [-Wformat=]
printf("\nFen: %s\nKey: %16llX\nCheckers: ",
^
position.c:128:10: warning: too many arguments for format [-Wformat-extra-args]
printf("\nFen: %s\nKey: %16llX\nCheckers: ",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@syzygy1
Copy link
Owner

syzygy1 commented Nov 16, 2017

Probably a bogus warning, unless the actual output is incorrect.

@syzygy1
Copy link
Owner

syzygy1 commented Nov 18, 2017

Should be fixed now.

@Saugstrahler
Copy link
Author

Yep, just tested and it's gone.

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

2 participants