Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: firewall: fix warning when compiling with no trace.
When compiling with CFG_TEE_CORE_LOG_LEVEL=0 this warning is raised : core/drivers/firewall/firewall.c: In function ‘firewall_dt_probe_bus’: core/drivers/firewall/firewall.c:297:62: error: unused parameter ‘ctrl’ [-Werror=unused-parameter] 297 | struct firewall_controller *ctrl) Signed-off-by: Thomas Bourgoin <[email protected]> Reviewed-by: Jerome Forissier <[email protected]> Reviewed-by: Gatien Chevallier <[email protected]>
- Loading branch information