diff --git a/services/spd/trusty/trusty.c b/services/spd/trusty/trusty.c index e27df15..6d9cc28 100644 --- a/services/spd/trusty/trusty.c +++ b/services/spd/trusty/trusty.c @@ -428,7 +428,7 @@ DAIF_FIQ_BIT | DAIF_IRQ_BIT | DAIF_ABT_BIT); - memset(&ep_info->args, 0, sizeof(ep_info->args)); + (void)memset(&ep_info->args, 0, sizeof(ep_info->args)); plat_trusty_set_boot_args(&ep_info->args); /* register init handler */