ggml : ignore more msvc warnings (ggml/906)
This commit is contained in:
parent
5b33ea1ee7
commit
f93d49ab1e
2 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
|
||||
#if defined(__GNUC__)
|
||||
#pragma GCC diagnostic ignored "-Woverlength-strings"
|
||||
#elif defined(_MSC_VER)
|
||||
#pragma warning(disable: 4244 4267) // possible loss of data
|
||||
#endif
|
||||
|
||||
#define UNUSED GGML_UNUSED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue