Skip to content

Commit ef4fe70

Browse files
authored
pythonGH-131291: Suppress clang-specific warning in python_uwp.cpp (pythonGH-131292)
1 parent 30d5205 commit ef4fe70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PC/python_uwp.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
#include <string>
1212

13+
#if defined(__clang__)
14+
#define _SILENCE_CLANG_COROUTINE_MESSAGE
15+
#endif
16+
1317
#include <appmodel.h>
1418
#include <winrt\Windows.ApplicationModel.h>
1519
#include <winrt\Windows.Storage.h>

0 commit comments

Comments
 (0)