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 printf format for MinGW #942

Merged
merged 1 commit into from
Dec 3, 2023
Merged

fix printf format for MinGW #942

merged 1 commit into from
Dec 3, 2023

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Dec 3, 2023

With gcc, mingw uses gnu_printf. With clang, printf is used as it does not support gnu_printf. Use the internal header to match this properly.

Probably should add CI.

With gcc, mingw uses gnu_printf. With clang, printf is used as it does
not support gnu_printf. Use the internal header to match this properly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
@kcat kcat merged commit e6bb912 into kcat:master Dec 3, 2023
9 checks passed
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