mirror of
https://github.com/python/cpython.git
synced 2026-06-21 10:34:26 -04:00
Silence experimental coroutine deprecation warnings (#150788)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
committed by
GitHub
parent
86867edb84
commit
7241db1169
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user