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

Differentiate the printf format attribute from gnu_printf, if possible #129

Closed
eyalroz opened this issue Jun 2, 2022 · 0 comments
Closed
Labels
platform-incompatibility The library is making assumptions causing it to fail on platforms where they do not hold. resolved-on-develop A changeset fixing this issue has been commiutted to the development branch task

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jun 2, 2022

In an msys2 environment, __attribute__((format(printf ... assumes the microsoft "dialect", resulting in a false positive warning when "%zu" is used in a format string.

@eyalroz eyalroz added task platform-incompatibility The library is making assumptions causing it to fail on platforms where they do not hold. labels Jun 2, 2022
eyalroz added a commit that referenced this issue Jun 2, 2022
…ts it, otherwise the `printf` attribute.
@eyalroz eyalroz added the resolved-on-develop A changeset fixing this issue has been commiutted to the development branch label Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform-incompatibility The library is making assumptions causing it to fail on platforms where they do not hold. resolved-on-develop A changeset fixing this issue has been commiutted to the development branch task
Projects
None yet
Development

No branches or pull requests

1 participant