Arm AArch64: add pragma in ggml-aarch64.c to turn -Woverlength-strings warning off
This commit is contained in:
parent
c2595d0b80
commit
a7abb78565
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
#include "ggml-aarch64.h"
|
#include "ggml-aarch64.h"
|
||||||
|
|
||||||
|
#pragma GCC diagnostic ignored "-Woverlength-strings"
|
||||||
|
|
||||||
#define UNUSED GGML_UNUSED
|
#define UNUSED GGML_UNUSED
|
||||||
|
|
||||||
// Functions to create the interleaved data layout formats
|
// Functions to create the interleaved data layout formats
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue