lazka on master
gtk2: remove gtk-update-icon-ca… Merge pull request #12543 from … (compare)
lazka on master
mcfgthread: update license (compare)
lazka on master
tzcode: Update to 2022b patch … Merge pull request #3141 from l… (compare)
[341/775] Compiling C object tests/libvirgdbusmock.dll.p/virgdbusmock.c.obj
FAILED: tests/libvirgdbusmock.dll.p/virgdbusmock.c.obj
"cc" @tests/libvirgdbusmock.dll.p/virgdbusmock.c.obj.rsp
In file included from ../libvirt-7.0.0/tests/virgdbusmock.c:23:
../libvirt-7.0.0/tests/virgdbusmock.c: In function 'g_dbus_connection_call_sync':
../libvirt-7.0.0/tests/virmock.h:111:29: warning: implicit declaration of function 'dlsym' [-Wimplicit-function-declaration]
111 | !(wrap_##name = dlsym(RTLD_DEFAULT, \
| ^~~~~
../libvirt-7.0.0/tests/virgdbusmock.c:57:1: note: in expansion of macro 'VIR_MOCK_LINK_RET_ARGS'
57 | VIR_MOCK_LINK_RET_ARGS(g_dbus_connection_call_sync,
| ^~~~~~~~~~~~~~~~~~~~~~
../libvirt-7.0.0/tests/virmock.h:111:29: warning: nested extern declaration of 'dlsym' [-Wnested-externs]
111 | !(wrap_##name = dlsym(RTLD_DEFAULT, \
| ^~~~~
../libvirt-7.0.0/tests/virgdbusmock.c:57:1: note: in expansion of macro 'VIR_MOCK_LINK_RET_ARGS'
57 | VIR_MOCK_LINK_RET_ARGS(g_dbus_connection_call_sync,
| ^~~~~~~~~~~~~~~~~~~~~~../libvirt-7.0.0/tests/virmock.h:111:35: error: 'RTLD_DEFAULT' undeclared (first use in this function); did you mean 'CW_DEFAULT'?
111 | !(wrap_##name = dlsym(RTLD_DEFAULT, \
| ^~~~~~~~~~~~