We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f6984 commit 21fc8efCopy full SHA for 21fc8ef
CMakeLists.txt
@@ -364,8 +364,8 @@ if(CRC32C_BUILD_TESTS)
364
set_property(TARGET crc32c_capi_tests APPEND PROPERTY COMPILE_OPTIONS "/WX")
365
366
# The Windows SDK version currently on CI produces warnings when some
367
- # headers are #included using C99 compatibity mode or above. This workaround
368
- # can be removed once the Windows SDK on our CI is upgraded.
+ # headers are #included using C99 compatibility mode or above. This
+ # workaround can be removed once the Windows SDK on our CI is upgraded.
369
set_property(TARGET crc32c_capi_tests
370
APPEND PROPERTY COMPILE_OPTIONS "/wd5105")
371
endif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
0 commit comments