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