[RTEMS Project] #2889: RTEMS_STACK_CHECKER_EXTENSION has incomplete definition
RTEMS trac
trac at rtems.org
Mon Jan 30 10:40:08 UTC 2017
#2889: RTEMS_STACK_CHECKER_EXTENSION has incomplete definition
----------------------------+------------------
Reporter: stavros.passas | Owner:
Type: defect | Status: new
Priority: low | Milestone: 4.12
Component: cpukit | Version: 4.12
Severity: trivial | Keywords:
----------------------------+------------------
The extension for the stack checker defines 8 entries, while the structure
for RTEMS extensions gets 9 arguments. This causes warnings to appear on
applications compiled with -Werror, or similar flags.
The handler that is missing is for the terminate callback, so a 0 entry
would be enough to fix this error.
--
Ticket URL: <http://devel.rtems.org/ticket/2889>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list