Fix warning for euro symbol in CustomMessageManager.h. (#5604)

This commit is contained in:
Malkierian
2025-06-22 12:41:13 -07:00
committed by GitHub
parent 2d59721b7a
commit cf0ea3033e
2 changed files with 4 additions and 2 deletions

View File

@@ -138,6 +138,8 @@ endforeach()
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
set_source_files_properties(soh/OTRGlobals.cpp PROPERTIES COMPILE_FLAGS "/utf-8")
set_source_files_properties(soh/Enhancements/tts/tts.cpp PROPERTIES COMPILE_FLAGS "/utf-8")
set_source_files_properties(soh/Enhancements/custom-message/CustomMessageManager.cpp PROPERTIES COMPILE_FLAGS "/utf-8")
set_source_files_properties(soh/Enhancements/custom-message/CustomMessageManager.h PROPERTIES COMPILE_FLAGS "/utf-8")
endif()
# handle Network removals