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

   ## Summary
   
   In `arch/arm/src/tiva/common/tiva_can.c` function `tiva_can_initialize()`, 
remove the local variable `canmod`, which was assigned but never used.
   
   ## Impact
   
   Fixes this compiler warning:
   
   ```
   chip/common/tiva_can.c:2347:25: warning: variable 'canmod' set but not used 
[-Wunused-but-set-variable]
   ```
   
   ## Testing
   
   - Build
   - nxstyle
   


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