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

build warnings for igraph_i_set_attribute_table and g_memmove #26

Closed
beenhuang opened this issue Dec 13, 2021 · 1 comment
Closed

build warnings for igraph_i_set_attribute_table and g_memmove #26

beenhuang opened this issue Dec 13, 2021 · 1 comment

Comments

@beenhuang
Copy link

When I installed tgen on Fedora34, I encountered the following warnings in the pictures. How should I fix the bugs?
截屏2021-12-13 下午8 30 49
截屏2021-12-13 下午8 31 18

@sporksmith sporksmith transferred this issue from shadow/shadow Dec 13, 2021
@sporksmith sporksmith changed the title When I installed tgen on Fedora34, I encountered the following warnings in the pictures. build warnings for igraph_i_set_attribute_table and g_memmove Dec 13, 2021
@sporksmith
Copy link
Contributor

I don't think these will cause any issues at runtime. The warnings are because the symbols are deprecated and so will likely go away in the future, which will break the build if we haven't replaced their usage by then.

From a quick look, it seems g_memmove should be replaced by memmove, and igraph_i_set_attribute_table with igraph_set_attribute_table

sporksmith added a commit to sporksmith/tgen that referenced this issue Jul 7, 2022
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

2 participants