mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-04-06 00:32:05 +02:00
chore: translate comment for ignoring truncating casts warning
This commit is contained in:
@@ -493,7 +493,8 @@ if (APPLE)
|
||||
endif ()
|
||||
|
||||
if(MSVC)
|
||||
# 添加编译选项,忽略警告 C4305 (格式转换截断)
|
||||
# Ignore truncating casts in initializers & constructors
|
||||
# https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4305
|
||||
add_compile_options(/wd4305)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user