mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
Fix a bunch of compiler warnings. Not all, but a lot.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user