mirror of
https://github.com/python/cpython.git
synced 2026-06-28 11:50:50 +00:00
[3.15] Silence experimental coroutine deprecation warnings (GH-150788) (#150794)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
33b2879c3a
commit
13a7cce363
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