pussuw opened a new pull request, #14383:
URL: https://github.com/apache/nuttx/pull/14383

   ## Summary
   
   In file included from modlib/modlib_symbols.c:34:
   modlib/modlib_symbols.c: In function 'modlib_symvalue': 
modlib/modlib_symbols.c:432:41: error: pointer of type 'void *' used in 
arithmetic [-Werror=pointer-arith]
     432 |               (uintptr_t)(sym->st_value + symbol->sym_value));
         |                                         ^
   cc1: all warnings being treated as errors
   make[1]: *** [Makefile:156: bin/modlib_symbols.o] Error 1
   
   ## Impact
   
   Fixes build error in modlib. No other modules affected.
   
   ## Testing
   
   Build pass.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to