]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Mon, 17 Mar 2025 16:22:25 +0000 (17:22 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 16:22:25 +0000 (16:22 +0000)
PC/python_uwp.cpp

index 2beea60e5af1efaa46a73f96e2eddefd832182ed..b9c408a580c99920613f47d805f696073d2fd9e3 100644 (file)
 
 #include <string>
 
+#if defined(__clang__)
+#define _SILENCE_CLANG_COROUTINE_MESSAGE
+#endif
+
 #include <appmodel.h>
 #include <winrt\Windows.ApplicationModel.h>
 #include <winrt\Windows.Storage.h>