Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm_heap/mm_malloc.c: In function 'mm_malloc': mm_heap/mm_malloc.c:281:33: warning: excess elements in struct initializer 281 | MM_BACKTRACE_ALLOC_PID, 0, ULONG_MAX | ^ mm_heap/mm_malloc.c:281:33: note: (near initialization for 'dump') mm_heap/mm_malloc.c:281:36: warning: excess elements in struct initializer 281 | MM_BACKTRACE_ALLOC_PID, 0, ULONG_MAX | ^~~~~~~~~ mm_heap/mm_malloc.c:281:36: note: (near initialization for 'dump') Signed-off-by: hanqiyuan <hanqiyuan@xiaomi.com>
- Loading branch information