You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var _Cfpvar_fp_myfunc unsafe.Pointer = (unsafe.Pointer)(unsafe.Pointer(&__cgo_myfunc))
I should either not warn about the file (it does have a "// Code generated by cmd/cgo; DO NOT EDIT." comment; see also #17), or maybe fix cmd/cgo to not emit the unnecessary conversion.
The text was updated successfully, but these errors were encountered:
Run unconvert on a file like
and you get a warning like
This is because cgo generates a line like:
I should either not warn about the file (it does have a "// Code generated by cmd/cgo; DO NOT EDIT." comment; see also #17), or maybe fix cmd/cgo to not emit the unnecessary conversion.
The text was updated successfully, but these errors were encountered: