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

[GitHub] [mynewt-nimble] kasjer opened a new pull request #992: ctype: Fix undefined behavior in ctype.h usage

kasjer opened a new pull request #992:
URL: https://github.com/apache/mynewt-nimble/pull/992


   When parse.c is build against newlib nano
   following error shows up:
   iparse.c:304:20: error: array subscript has type 'char' [-Werror=char-subscripts]
   
   This can be easily fixed with casting to unsigned type first.


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