mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: stricter unknown type checks, show better suggestions (#8816)
This commit is contained in:
@@ -50,7 +50,7 @@ struct C.timespec {
|
||||
tv_nsec i64
|
||||
}
|
||||
|
||||
fn C._mkgmtime(&C.tm) time_t
|
||||
fn C._mkgmtime(&C.tm) C.time_t
|
||||
|
||||
fn C.QueryPerformanceCounter(&u64) C.BOOL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user