mirror of
https://github.com/apache/nuttx.git
synced 2025-12-08 10:55:51 +08:00
Fixes minor issue with a trace (build failure with -Werror): libelf/libelf_symbols.c:310:41: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith] 310 | (uintptr_t)(sym->st_value + symbol->sym_value));