[ci] open ci check with function declaration warning (#8546)

This commit is contained in:
Yuqiang Wang
2024-02-20 22:45:04 -05:00
committed by GitHub
parent 52a5b5cc48
commit c6bdee3c50
22 changed files with 49 additions and 44 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ void rt_hw_mmu_switch(void *tbl);
void *rt_hw_mmu_v2p(struct rt_aspace *aspace, void *vaddr);
void rt_hw_mmu_kernel_map_init(struct rt_aspace *aspace, size_t vaddr_start, size_t size);
void *rt_hw_mmu_tbl_get();
void *rt_hw_mmu_tbl_get(void);
int rt_hw_mmu_control(struct rt_aspace *aspace, void *vaddr, size_t size, enum rt_mmu_cntl cmd);