mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: prohibit casting void (#10690)
This commit is contained in:
@@ -343,7 +343,7 @@ fn C.closesocket(int) int
|
||||
|
||||
fn C.vschannel_init(&C.TlsContext)
|
||||
|
||||
fn C.request(&C.TlsContext, int, &u16, &byte, &&byte)
|
||||
fn C.request(&C.TlsContext, int, &u16, &byte, &&byte) int
|
||||
|
||||
fn C.vschannel_cleanup(&C.TlsContext)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user