ccollins476ad commented on issue #895: Nimble host tests are not running due to compilation issue URL: https://github.com/apache/mynewt-core/issues/895#issuecomment-371906967 Thanks for reporting this! `{ 0 }` is valid C syntax for default initializing a struct. This is an instance of my most dreaded gcc bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 This gcc bug was fixed in 2014, but the bug lives on in older versions of gcc. I suggest upgrading to a newer version of gcc. We should also apply your fix to support older versions of gcc.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
