Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2020-02-29 07:45:56 +01:00
parent fe6db3b9fb
commit c19219f520

View File

@ -80,6 +80,7 @@ DesktopWidgetDefinition widget =
static BrowserWidget * _browser_init(char const * name)
{
BrowserWidget * browser;
(void) name;
if((browser = object_new(sizeof(*browser))) == NULL)
return NULL;