GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)

This commit is contained in:
Chris Eibl 2025-03-17 17:22:25 +01:00 committed by GitHub
parent 30d5205849
commit ef4fe70785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,10 @@
#include <string>
#if defined(__clang__)
#define _SILENCE_CLANG_COROUTINE_MESSAGE
#endif
#include <appmodel.h>
#include <winrt\Windows.ApplicationModel.h>
#include <winrt\Windows.Storage.h>