mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-07-26 15:12:19 +00:00
chore: silence experimental coroutine deprecation warnings in Windows build configuration
This commit is contained in:
parent
f1d306dec8
commit
13c8242a91
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue