1
0
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:
shadowninja55
2021-07-07 14:59:58 -04:00
committed by GitHub
parent 6436d9a827
commit 806d6172cb
5 changed files with 11 additions and 2 deletions

View File

@@ -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)