Arm AArch64: add pragma in ggml-aarch64.c to turn -Woverlength-strings warning off

This commit is contained in:
Dibakar Gope 2024-07-09 12:56:15 +00:00
parent c2595d0b80
commit a7abb78565

View file

@ -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