build : enable more non-default compiler warnings (#3200)

This commit is contained in:
Cebtenzzre
2023-09-28 17:41:44 -04:00
committed by GitHub
parent 0ccfc62a96
commit bc39553c90
16 changed files with 285 additions and 267 deletions

View File

@ -852,7 +852,7 @@ int main(int argc, char ** argv) {
llama_backend_free();
#ifndef LOG_DISABLE_LOGS
LOG_TEE("Log end\n")
LOG_TEE("Log end\n");
#endif // LOG_DISABLE_LOGS
return 0;