Browse Source
This prevents the compiler from optimising pdump. The error was: Firmware/src/drivers/boards/common/board_crashdump.c:41:2: error: 'memset' writing 3240 bytes into a region of size 4 overflows the destination [-Werror=stringop-overflow=] memset(pdump, 0, sizeof(fullcontext_s));sbg
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue