mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +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()
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user