llama: remove kv override str_value initialization as it does not compile on some toolchain
This commit is contained in:
parent
262c95ab63
commit
cbc43aa411
1 changed files with 1 additions and 1 deletions
2
llama.h
2
llama.h
|
@ -205,7 +205,7 @@ extern "C" {
|
||||||
int64_t int_value;
|
int64_t int_value;
|
||||||
double float_value;
|
double float_value;
|
||||||
bool bool_value;
|
bool bool_value;
|
||||||
char * str_value = nullptr;
|
char * str_value;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue