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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)