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

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #10229: toolchain: detect use of large stack variables

Gary-Hobson opened a new pull request, #10229:
URL: https://github.com/apache/nuttx/pull/10229

   ## Summary
   Detect use of large stack variables
   
   partition/fs_gpt.c:384:5: warning: stack usage might be 288 bytes [-Wstack-usage=]
     384 | int parse_gpt_partition(FAR struct partition_state_s *state,
   
   ## Impact
   
   ## Testing
   
   


-- 
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] pkarashchenko merged pull request #10229: toolchain: detect use of large stack variables

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


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