mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
add comment to CMakeLists.txt
save people a trip to learn.microsoft.com
This commit is contained in:
committed by
majcosta
parent
31970291bd
commit
f2d1b09fc6
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user