qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Unused variables in dbus_call_update_gl
@ 2023-06-29 12:53 BALATON Zoltan
  2023-06-29 13:15 ` BALATON Zoltan
  0 siblings, 1 reply; 4+ messages in thread
From: BALATON Zoltan @ 2023-06-29 12:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

Hello,

After recent commits I'm now getting:

../ui/dbus-listener.c: In function ‘dbus_call_update_gl’:
../ui/dbus-listener.c:210:26: error: unused variable ‘ddl’ [-Werror=unused-variable]
   210 |     DBusDisplayListener *ddl = container_of(dcl, DBusDisplayListener, dcl);
       |                          ^~~
At top level:
../ui/dbus-listener.c:180:13: error: ‘dbus_update_gl_cb’ defined but not used [-Werror=unused-function]
   180 | static void dbus_update_gl_cb(GObject *source_object,
       |             ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

when compiling on Linux with gcc.

Regards,
BALATON Zoltan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-30 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29 12:53 Unused variables in dbus_call_update_gl BALATON Zoltan
2023-06-29 13:15 ` BALATON Zoltan
2023-06-30 14:31   ` Richard Henderson
2023-06-30 21:44     ` Marc-André Lureau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).