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
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
With GCC 10, `HFUJabberStreamDataTable` being declared in a header file
leads to the creation of 2 objects with that name: one when compiling
`hfu_disco.c`, the other one when compiling `jabber_http_file_upload.c`.
This results in link-time errors, which can be fixed by declaring
`HFUJabberStreamDataTable` as `extern`.
0 commit comments