llama: remove kv override str_value initialization as it does not compile on some toolchain

This commit is contained in:
Pierrick HYMBERT 2024-04-13 15:12:03 +02:00
parent 262c95ab63
commit cbc43aa411

View file

@ -205,7 +205,7 @@ extern "C" {
int64_t int_value;
double float_value;
bool bool_value;
char * str_value = nullptr;
char * str_value;
};
};