Skip to content

Commit 2e0692a

Browse files
hugovkzware
authored andcommitted
Silence experimental coroutine deprecation warnings (GH-150788)
(cherry picked from commit 7241db1) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Zachary Ware <zach@python.org>
1 parent 33b2879 commit 2e0692a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PC/python_uwp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#if defined(__clang__)
1414
#define _SILENCE_CLANG_COROUTINE_MESSAGE
1515
#endif
16+
#define _SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS
1617

1718
#include <appmodel.h>
1819
#include <winrt\Windows.ApplicationModel.h>

0 commit comments

Comments
 (0)