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

   ## Summary
   
   Update UNUSED(a) for GCC to cast 'a' to void to suppress potential "address 
of 'xxx' will always evaluate to true" warning when enabling warnings in system 
headers.
   
   ## Impact
   
   User experience: No adaptation required.
   Build: No impact.
   Hardware: Should not affect GCC builds.
   Documentation: No impact.
   Security: No impact.
   Compatibility: No impact.
   
   ## Testing
   
   Build Host:
   
   - OS: Ubuntu 24.04.4 LTS
   - Compiler: arm-none-eabi-gcc 13.2.1
   
   Target: None
   Built all ARM builds using modified tools/testbuild.sh script with increased 
warnings (-Wall -Wextra -Wsystem-headers), verified no warnings from 
invocations of UNUSED() macro.
   


-- 
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