Could someone patch event.h for me?
Mr. Andrei Chichak
groups at chichak.ca
Thu Apr 21 23:00:35 UTC 2016
I was just linting some code and I got a hit on:
…/lib/include/rtems/rtems/event.h
/** @brief Defines the bit in the event set associated with event 31. */
#define RTEMS_EVENT_31 0x80000000
0x80000000 should be unsigned, but it really isn’t. It needs a trailing ‘U’
(along with the other event defines)
Thanks,
Andrei from The Great White North
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20160421/4b2a68ad/attachment.html>
More information about the users
mailing list