Avoid a compilation warning
This commit is contained in:
parent
fe6db3b9fb
commit
c19219f520
|
@ -80,6 +80,7 @@ DesktopWidgetDefinition widget =
|
||||||
static BrowserWidget * _browser_init(char const * name)
|
static BrowserWidget * _browser_init(char const * name)
|
||||||
{
|
{
|
||||||
BrowserWidget * browser;
|
BrowserWidget * browser;
|
||||||
|
(void) name;
|
||||||
|
|
||||||
if((browser = object_new(sizeof(*browser))) == NULL)
|
if((browser = object_new(sizeof(*browser))) == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user