mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)
This commit is contained in:
parent
30d5205849
commit
ef4fe70785
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user