Skip to content

Commit 4b82eec

Browse files
add [[noreturn]]
1 parent 9694d75 commit 4b82eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -19706,6 +19706,7 @@ struct llama_model_saver {
1970619706
gguf_set_val_str(gguf_ctx, llm_kv(key).c_str(), value);
1970719707
}
1970819708

19709+
[[noreturn]]
1970919710
void add_kv(const enum llm_kv key, const char value) {
1971019711
GGML_UNUSED(key);
1971119712
GGML_UNUSED(value);

0 commit comments

Comments
 (0)