Skip to content

Commit

Permalink
Arm AArch64: add pragma in ggml-aarch64.c to turn -Woverlength-string…
Browse files Browse the repository at this point in the history
…s warning off
  • Loading branch information
Dibakar committed Jul 9, 2024
1 parent c2595d0 commit a7abb78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ggml/src/ggml-aarch64.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

#include "ggml-aarch64.h"

#pragma GCC diagnostic ignored "-Woverlength-strings"

#define UNUSED GGML_UNUSED

// Functions to create the interleaved data layout formats
Expand Down

0 comments on commit a7abb78

Please sign in to comment.