mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
chore: translate comment for ignoring truncating casts warning
This commit is contained in:
@@ -493,7 +493,8 @@ if (APPLE)
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if(MSVC)
|
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)
|
add_compile_options(/wd4305)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user