4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-24 19:47:57 +08:00
imcu 680333fc18 [bsp][cvitek] fix c906_little build warning in cache.c
build warning: passing argument 1 of 'inv_icache_range' makes integer
from pointer without a cast [-Wint-conversion]

Analyze: The passed parameter type is void*, which is a pointer type,
but the required type is uintptr_t, which is an integer type. Therefore,
there will be a 'makes integer from pointer without a cast' warning.

Solution: casting the void* pointer to uintptr_t, ensure that the
function receives the correct type.

Signed-off-by: zdtyuiop4444 <ign7798540@gmail.com>
2025-01-20 14:26:50 +08:00
..
2024-01-29 09:13:21 +08:00
2024-01-29 09:13:21 +08:00
2024-08-25 12:11:57 -04:00
2024-01-29 09:13:21 +08:00
2024-01-29 09:13:21 +08:00
2024-01-29 09:13:21 +08:00
2024-01-29 09:13:21 +08:00
2024-01-29 09:13:21 +08:00
2024-01-29 09:13:21 +08:00