shadow / tgen

A powerful traffic generator that can model complex behaviors using Markov models and an action-dependency graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build warnings for igraph_i_set_attribute_table and g_memmove

beenhuang opened this issue · comments

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

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