Differentiate the printf format attribute from gnu_printf, if possible #129
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
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.The text was updated successfully, but these errors were encountered: