Skip to content

Commit 72d4823

Browse files
fixup! third-party: update fmt to 12.1.0
Signed-off-by: Daniel Edwards <Daniel.Edwards@vector.com>
1 parent 801184e commit 72d4823

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

SilKit/cmake/SilKitBuildSettings.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ function(silkit_enable_warnings isOn)
8888
/wd4389 # too many bogus signed/unsigned warnings in VS2017 Win32
8989
)
9090
endif()
91+
92+
if ("${SILKIT_HOST_ARCHITECTURE}" STREQUAL "x86")
93+
set(_flags ${_flags}
94+
/wd4244 # possible loss of data after conversion (fmt 12.1.0 produces these on 32-bit MSVC builds)
95+
)
96+
endif()
9197
elseif(MINGW)
9298
set(_flags
9399
-pedantic

0 commit comments

Comments
 (0)