From 20d7740a9b45f6e5b247fa3738fdda35e18c2e8a Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 11 Jul 2023 22:53:34 +0300 Subject: ggml : sync (abort callback, mul / add broadcast, fix alibi) (#2183) --- tests/test-opt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test-opt.c') diff --git a/tests/test-opt.c b/tests/test-opt.c index e928a7d..5531814 100644 --- a/tests/test-opt.c +++ b/tests/test-opt.c @@ -7,7 +7,9 @@ #define MAX_NARGS 2 +#if defined(__GNUC__) #pragma GCC diagnostic ignored "-Wdouble-promotion" +#endif // // logging -- cgit v1.2.3