On Fri Nov 17 17:45:23 2023 +0000, Jacek Caban wrote:
Yes, fixing it in standalone vkd3d would be nice as well. I'm not sure which solution would be preferred, vkd3d already uses macros like `PRIx64`, so I their usage could be extended. An easy solution would be disabling those warnings in condigure or skipping format attribute on PE targets in the header and depending on Unix builds to validate formats. Anyway, it's a separated issue, this MR just brings msvc target on pair with mingw.
Agreed that it would be nice to fix the `-Wformat` warnings. In the CI we explicitly disable them for the moment.