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 2018/07/03 21:04:15 UTC

[GitHub] ccollins476ad opened a new pull request #1242: mgmt/imgmgr: Remove references to `ULLONG_MAX`

ccollins476ad opened a new pull request #1242: mgmt/imgmgr: Remove references to `ULLONG_MAX`
URL: https://github.com/apache/mynewt-core/pull/1242
 
 
   Some implementations of gcc-arm-none-eabi (e.g., 4.9 from home brew) do not define this constant, causing a
   ```
   'ULLONG_MAX' undeclared
   ```
   build error.
   
   This commit replaces occurrences of `ULLONG_MAX` with the equivalent `-1`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services