Preview disp: Fix warnings

This commit is contained in:
Martin Piatka
2019-04-29 13:41:04 +02:00
parent c88353cdfb
commit a0afee23dc

View File

@@ -116,6 +116,7 @@ static void show_help(){
static void *display_preview_init(struct module *parent, const char *fmt, unsigned int flags)
{
UNUSED(flags);
struct state_preview_display *s;
s = new state_preview_display();