We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c859d commit 24bb918Copy full SHA for 24bb918
ggml/src/CMakeLists.txt
@@ -76,7 +76,7 @@ if (GGML_ALL_WARNINGS)
76
"$<$<COMPILE_LANGUAGE:CXX>:${CXX_FLAGS};${GF_CXX_FLAGS}>")
77
elseif(MSVC)
78
# MSVC
79
- list(APPEND MSVC_WARNING_FLAGS
+ list(APPEND MSVC_WARNING_FLAGS
80
/W4 # Comprehensive warnings (similar to -Wall and some of -Wextra)
81
/we4456 # declaration hides previous local declaration
82
/we4457 # declaration hides function parameter
0 commit comments