From 289a288ac0d81262151cdf22a27d70d7cfccf99e Mon Sep 17 00:00:00 2001 From: Andreas T Jonsson Date: Fri, 15 Nov 2024 14:17:37 +0100 Subject: [PATCH] Fixed compile issue --- modules/ems/ems.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ems/ems.c b/modules/ems/ems.c index 3ca583c..3fce770 100644 --- a/modules/ems/ems.c +++ b/modules/ems/ems.c @@ -85,6 +85,7 @@ static vxt_error config(struct ems *m, const char *section, const char *key, con } static struct vxt_peripheral *create(vxt_allocator *alloc, void *frontend, const char *args) VXT_PERIPHERAL_CREATE(alloc, ems, { + (void)frontend; if (strcmp(args, "lotech_ems")) return NULL;