Liu Hao wrote:
在 2019/8/28 2:38, Christian Franke 写道:
These warnings are not printed for calls of the v*printf() functions,
only for the non-v variants. Delegating to non-v variants always
requires __builtin_va_arg_pack() which is not used in the existing code.
Adding the pragmas back only whe
在 2019/8/29 2:27, Biswapriyo Nath 写道:
> Some points:
>
> * I follow the latest WinSDK version 10.0.18362.0.
> * There are two files attached with this email.
> * The file name with 0001 contains the regular patch without any
> undocumented things and sync-d with latest WinSDK.
> * The UNDOCUMENTED