Re: [PR] remove warnings [nuttx]

2025-06-23 Thread via GitHub
xiaoxiang781216 merged PR #16571: URL: https://github.com/apache/nuttx/pull/16571 -- 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...@nu

Re: [PR] remove warnings [nuttx]

2025-06-22 Thread via GitHub
acassis commented on code in PR #16571: URL: https://github.com/apache/nuttx/pull/16571#discussion_r2160382203 ## drivers/input/gt9xx.c: ## @@ -196,7 +196,7 @@ static int gt9xx_i2c_read(FAR struct gt9xx_dev_s *dev, const int msgv_len = sizeof(msgv) / sizeof(msgv[0]); - i

[PR] remove warnings [nuttx]

2025-06-22 Thread via GitHub
halyssonJr opened a new pull request, #16571: URL: https://github.com/apache/nuttx/pull/16571 ## Summary The PR aims to adjust the format according to what was expected. Also, remove some compilation warnings and stop breaking the pipeline (Linux Xtensa-02) ## Impact None ##