Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implicit declaration of function #90

Open
spaumx opened this issue Aug 25, 2021 · 0 comments
Open

Implicit declaration of function #90

spaumx opened this issue Aug 25, 2021 · 0 comments

Comments

@spaumx
Copy link

spaumx commented Aug 25, 2021

Hi, how can i fix this error?

github.com/Arman92/go-tdlib

cgo-gcc-prolog: In function '_cgo_dc67bd7edafc_Cfunc_td_json_client_create':
cgo-gcc-prolog:63:35: warning: implicit declaration of function 'td_json_client_create' [-Wimplicit-function-declaration]
cgo-gcc-prolog:63:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
cgo-gcc-prolog: In function '_cgo_dc67bd7edafc_Cfunc_td_json_client_destroy':
cgo-gcc-prolog:78:2: warning: implicit declaration of function 'td_json_client_destroy' [-Wimplicit-function-declaration]
cgo-gcc-prolog: In function '_cgo_dc67bd7edafc_Cfunc_td_json_client_execute':
cgo-gcc-prolog:94:35: warning: implicit declaration of function 'td_json_client_execute' [-Wimplicit-function-declaration]
cgo-gcc-prolog:94:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
cgo-gcc-prolog: In function '_cgo_dc67bd7edafc_Cfunc_td_json_client_receive':
cgo-gcc-prolog:113:35: warning: implicit declaration of function 'td_json_client_receive' [-Wimplicit-function-declaration]
cgo-gcc-prolog:113:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
cgo-gcc-prolog: In function '_cgo_dc67bd7edafc_Cfunc_td_json_client_send':
cgo-gcc-prolog:129:2: warning: implicit declaration of function 'td_json_client_send' [-Wimplicit-function-declaration]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant