mirror of
https://github.com/python/cpython.git
synced 2026-06-21 18:41:52 -04:00
GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user