Closed solganik closed 3 years ago
@tinyzimmer any idea why do i get the root@9728ad43effa:/workspace# go build examples/bins/main.go
cgo-gcc-prolog: In function '_cgo_d934d0bd99ce_Cfunc_gst_deinit': cgo-gcc-prolog:66:49: warning: unused variable '_cgo_a' [-Wunused-variable]
@tinyzimmer any idea why do i get the root@9728ad43effa:/workspace# go build examples/bins/main.go
github.com/tinyzimmer/go-gst/gst
cgo-gcc-prolog: In function '_cgo_d934d0bd99ce_Cfunc_gst_deinit': cgo-gcc-prolog:66:49: warning: unused variable '_cgo_a' [-Wunused-variable]
Not sure - can take a look later and see. What platform just out of curiosity? Does it happen on other examples too?
On linux, inside the build docker
yeah i saw this as well .. i removed the "unused warning" in additional patch
LGTM
Adding wrapper for deinit function.