#48986: libbonoboui @2.24.5; error: control may reach end of non-void function --------------------------+-------------------------------- Reporter: rlgarris@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: libbonoboui | --------------------------+-------------------------------- Comment (by rlgarris@…): Yes. It looks like this line in the code is failing: {{{ #if defined (GDK_WINDOWING_X11) id = bonobo_control_window_id_from_x11 ( GDK_WINDOW_XWINDOW (toplev->window)); #elif defined (GDK_WINDOWING_WIN32) id = bonobo_control_window_id_from_x11 ( (guint32) GDK_WINDOW_HWND (toplev->window)); #endif }}} -- Ticket URL: <https://trac.macports.org/ticket/48986#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X