chore: silence experimental coroutine deprecation warnings in Windows build configuration

This commit is contained in:
Moustapha Kodjo Amadou 2026-07-24 11:22:18 +01:00
parent f1d306dec8
commit 13c8242a91

View file

@ -30,7 +30,8 @@ set(CMAKE_C_FLAGS_PROFILE "${CMAKE_C_FLAGS_RELEASE}")
set(CMAKE_CXX_FLAGS_PROFILE "${CMAKE_CXX_FLAGS_RELEASE}")
# Use Unicode for all projects.
add_definitions(-DUNICODE -D_UNICODE)
add_definitions(-DUNICODE -D_UNICODE -D_SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS)
# Compilation settings that should be applied to most targets.
#