You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/12 19:14:37 UTC

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #683: example/lvgldemo: Fix "unused-but-set-variable" build warning

gustavonihei opened a new pull request #683:
URL: https://github.com/apache/incubator-nuttx-apps/pull/683


   ## Summary
   This PR intends to fix a build warning introduced in recent PRs related to LVGL demo application.
   
   It also changes some `ifdef`s that were checking for `CONFIG_INPUT` in favor of more specific input subclasses configs (`CONFIG_INPUT_TOUCHSCREEN` or `CONFIG_INPUT_MOUSE`)
   
   ## Impact
   No impact, only fix build warning.
   
   ## Testing
   `sim:lvgl` with an without input configurations
   


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

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



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #683: example/lvgldemo: Fix "unused-but-set-variable" build warning

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #683:
URL: https://github.com/apache/incubator-nuttx-apps/pull/683


   


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

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