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

   
   ## Summary
   Fixes build error:
   map/vm_region.c: In function 'vm_map_region':
   map/vm_region.c:128:16: error: pointer of type 'void *' used in arithmetic 
[-Werror=pointer-arith]
     128 |   return vaddr + (MM_PGMASK & paddr);
         |                ^
   cc1: all warnings being treated as errors
   
   ## Impact
   Fix build error
   ## Testing
   Build / CI 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to