make it build after mod

This commit is contained in:
shunf4
2024-04-20 12:48:57 +08:00
parent 18725aeba6
commit d5255dec84
7 changed files with 12 additions and 9 deletions

View File

@@ -10,6 +10,8 @@
# pragma clang diagnostic push
#endif
#pragma warning(disable : 4255)
#if defined(_MSC_VER)
#pragma warning(push)
@@ -17,7 +19,7 @@
#if _MSC_VER == 1900
// for old kit10 versions
// #pragma warning(disable : 4255) // winuser.h(13979): warning C4255: 'GetThreadDpiAwarenessContext':
#pragma warning(disable : 4255) // winuser.h(13979): warning C4255: 'GetThreadDpiAwarenessContext':
#endif
// win10 Windows Kit:
#endif // _MSC_VER

View File

@@ -69,6 +69,8 @@
#endif
*/
#pragma warning(disable : 4255)
#if _MSC_VER > 1200
// -Wall warnings