mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-02 09:12:03 +00:00
ggml : ignore more msvc warnings (ggml/906)
This commit is contained in:
committed by
Georgi Gerganov
parent
5b33ea1ee7
commit
f93d49ab1e
@@ -56,6 +56,9 @@ int ggml_sve_cnt_b = 0;
|
||||
// disable POSIX deprecation warnings
|
||||
// these functions are never going away, anyway
|
||||
#pragma warning(disable: 4996)
|
||||
|
||||
// unreachable code because of multiple instances of code after GGML_ABORT
|
||||
#pragma warning(disable: 4702)
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
||||
Reference in New Issue
Block a user