]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : build with -Wmissing-prototypes, fix warnings (#398)
authorCebtenzzre <redacted>
Sun, 23 Jul 2023 15:16:04 +0000 (11:16 -0400)
committerGitHub <redacted>
Sun, 23 Jul 2023 15:16:04 +0000 (18:16 +0300)
commit07414d71878e43154528dc0f1e54df1f63631964
treec428a7b2e597c39df4f38a1fcba14dff97f87d19
parentf1c5a11547b7ff77e6039b136d97a430cb1138c2
ggml : build with -Wmissing-prototypes, fix warnings (#398)

A few function declarations were missing from the API. This warning flag
helps find these problems.
include/ggml/ggml.h
src/CMakeLists.txt
src/ggml.c