From 00184e51dac4cee4eb4efe3e26657e7c450de596 Mon Sep 17 00:00:00 2001 From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Sat, 15 Mar 2025 17:14:19 +0100 Subject: [PATCH] fix building python_uwp.cpp with clang-cl --- PC/python_uwp.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PC/python_uwp.cpp b/PC/python_uwp.cpp index 2beea60e5af1ef..b9c408a580c999 100644 --- a/PC/python_uwp.cpp +++ b/PC/python_uwp.cpp @@ -10,6 +10,10 @@ #include +#if defined(__clang__) +#define _SILENCE_CLANG_COROUTINE_MESSAGE +#endif + #include #include #include