GNOME Bugzilla – Bug 615986
BONOBO_UI_VERB raises "missing initializer" for dummy pointer
Last modified: 2010-04-20 10:08:37 UTC
Created attachment 158920 [details] [review] patch bonobo-ui-component.h for BonoboUIVerb macros For example: applet-main.c: In function ‘applet_fill_cb’: applet-main.c:507: warning: missing initializer applet-main.c:507: warning: (near initialization for ‘menu_verbs[0].dummy’) The attached patch changes the macro so it initializes the dummy pointer to NULL.
Review of attachment 158920 [details] [review]: Patch looks perfect, only about a decade late ;-) Please do commit it.
I think my gnome.org credentials are expired by at least half a decade, you may have to apply that patch for me.
committed and pushed. Thanks :-)