mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: prohibit casting void
(#10690)
This commit is contained in:
parent
6436d9a827
commit
806d6172cb
5 changed files with 11 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue