From f2d1b09fc65d4d137e3426ba00e5d58b0273e5ff Mon Sep 17 00:00:00 2001 From: "Marco Antonio J. Costa" Date: Wed, 8 Apr 2026 15:24:15 -0300 Subject: [PATCH] add comment to CMakeLists.txt save people a trip to learn.microsoft.com --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c467d48..7f682d0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if(ADDRESS_SANITIZER) endif() if(MSVC) - add_compile_options("/wd4838") + add_compile_options("/wd4838") # silence implicit narrowing conversion warnings endif() # whether we are using MSBuild as a generator