add comment to CMakeLists.txt

save people a trip to learn.microsoft.com
This commit is contained in:
Marco Antonio J. Costa
2026-04-08 15:25:48 -03:00
committed by majcosta
parent 31970291bd
commit f2d1b09fc6
+1 -1
View File
@@ -27,7 +27,7 @@ if(ADDRESS_SANITIZER)
endif() endif()
if(MSVC) if(MSVC)
add_compile_options("/wd4838") add_compile_options("/wd4838") # silence implicit narrowing conversion warnings
endif() endif()
# whether we are using MSBuild as a generator # whether we are using MSBuild as a generator