From 173bd531f2e12db683c88fc49ea9a5d2d4b4c5a1 Mon Sep 17 00:00:00 2001 From: John Chiao Date: Fri, 24 Jul 2026 12:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DActions=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 8fc8635..c8ac1c4 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -45,6 +45,8 @@ function(APPLY_STANDARD_SETTINGS TARGET) target_compile_definitions(${TARGET} PRIVATE "$<$:_DEBUG>") endfunction() +add_compile_definitions(_SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS) + # Flutter library and tool build rules. set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter") add_subdirectory(${FLUTTER_MANAGED_DIR})