beckus / qemu_stm32

QEMU with an STM32 microcontroller implementation

Home Page:http://beckus.github.io/qemu_stm32/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

g_mem_set_vtable function deprecated

yodalee opened this issue · comments

Today as I compile qemu-stm32 I ran into this compiler error
g_mem_set_vtable is deprecated
in vl.c:2951
There are some similar patches in other project depended on glib, such as these:
https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg01262.html
I will dig into this issue and try to fix them.

Solve at master branch