Fix some compiler lint for esp8266

This commit is contained in:
Pim van Pelt
2017-12-21 22:38:23 +01:00
parent 4b4642416f
commit 44a84dd1bc
3 changed files with 2 additions and 2 deletions

View File

@ -69,6 +69,7 @@ struct screen_t *screen_create_from_json(char *json, widget_event_fn handler, vo
exit:
if (screen_name) free(screen_name);
return screen;
(void) user_data;
}
void screen_destroy(struct screen_t **s) {