mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)
This commit is contained in:
parent
30d5205849
commit
ef4fe70785
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue