1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix 3 last C warnings and make sure no new warnings are introduced

This commit is contained in:
Alexander Medvednikov
2019-10-04 05:40:08 +03:00
parent ac7824b669
commit f45d3f07ed
4 changed files with 16 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ struct C.tm {
tm_sec int
}
fn C.time(int) i64
fn C.time(int) C.time_t
pub fn now() Time {
t := C.time(0)