mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:28:13 +00:00
Fix some minor build warnings.
This commit is contained in:
parent
347e202f7f
commit
f82b25d4f9
3 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@ inline time_t ktime(time_t* tloc)
|
|||
return 123;
|
||||
}
|
||||
|
||||
inline tm* klocaltime(time_t* t)
|
||||
inline tm* klocaltime(time_t*)
|
||||
{
|
||||
static tm timmy;
|
||||
return &timmy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue