mirror of
https://github.com/python/cpython.git
synced 2026-06-04 08:40:58 +00:00
Silence experimental coroutine deprecation warnings (#150788)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
86867edb84
commit
7241db1169
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#if defined(__clang__)
|
||||
#define _SILENCE_CLANG_COROUTINE_MESSAGE
|
||||
#endif
|
||||
#define _SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS
|
||||
|
||||
#include <appmodel.h>
|
||||
#include <winrt\Windows.ApplicationModel.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue