Compilation issue on MinGW related to attributes #7002
Closed
vicenteferrari
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment
-
It was a usage error by another library that misplaced the macro |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not able to compile the project as-is on Windows 11, MinGW, gcc version 13.1.0.
imgui-1.89.9-docking/imgui.h:97:37: error: attributes are not allowed on a function-definition
97 | #define IM_FMTARGS(FMT) attribute((format(gnu_printf, FMT, FMT+1)))
| ^~~~~~~~~~~~~
Beta Was this translation helpful? Give feedback.
All reactions