beckus / qemu_stm32

QEMU with an STM32 microcontroller implementation
http://beckus.github.io/qemu_stm32/
Other
524 stars 144 forks source link

g_mem_set_vtable function deprecated #11

Closed yodalee closed 8 years ago

yodalee commented 8 years ago

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.

yodalee commented 8 years ago

Solve at master branch