diff --git a/arch/arm/src/armv7-m/up_coherent_dcache.c b/arch/arm/src/armv7-m/up_coherent_dcache.c index c26b809d161..019205f46bc 100644 --- a/arch/arm/src/armv7-m/up_coherent_dcache.c +++ b/arch/arm/src/armv7-m/up_coherent_dcache.c @@ -90,6 +90,7 @@ void up_coherent_dcache(uintptr_t addr, size_t len) end = addr + len; arch_clean_dcache(addr, end); + UNUSED(end); /* Invalidate the entire I-Cache */