Fix a bunch of compiler warnings. Not all, but a lot.

This commit is contained in:
Andreas Kling 2019-02-25 19:05:51 +01:00
parent 15fb917f28
commit 901b7d5d91
Notes: sideshowbarker 2024-07-19 15:38:02 +09:00
10 changed files with 29 additions and 191 deletions

View file

@ -94,7 +94,7 @@ char *asctime(const struct tm*)
assert(false);
}
size_t strftime(char *s, size_t max, const char *format, const struct tm *tm)
size_t strftime(char*, size_t, const char*, const struct tm*)
{
assert(false);
}