check C++ code with -Wmissing-declarations (#3184)

This commit is contained in:
Cebtenzzre
2023-09-15 15:38:27 -04:00
committed by GitHub
parent 69eb67e282
commit 3aefaab9e5
22 changed files with 247 additions and 243 deletions

View File

@@ -540,7 +540,9 @@ extern "C" {
struct ggml_tensor;
const std::vector<std::pair<std::string, struct ggml_tensor *>>& llama_internal_get_tensor_map(struct llama_context * ctx);
const std::vector<std::pair<std::string, struct ggml_tensor *>> & llama_internal_get_tensor_map(
struct llama_context * ctx
);
#endif // LLAMA_API_INTERNAL