You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "hartmannathan (via GitHub)" <gi...@apache.org> on 2023/01/30 15:01:09 UTC

[GitHub] [nuttx] hartmannathan opened a new pull request, #8362: arch/tiva: Remove dead store

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-unsubscribe@nuttx.apache.org

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


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8362: arch/tiva: Remove dead store

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #8362:
URL: https://github.com/apache/nuttx/pull/8362


-- 
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-unsubscribe@nuttx.apache.org

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