GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#if defined(__clang__)
|
||||
#define _SILENCE_CLANG_COROUTINE_MESSAGE
|
||||
#endif
|
||||
|
||||
#include <appmodel.h>
|
||||
#include <winrt\Windows.ApplicationModel.h>
|
||||
#include <winrt\Windows.Storage.h>
|
||||
|
||||
Reference in New Issue
Block a user