Re: [PATCH] fixed warning related to spstdc17

2023-10-30 Thread Sebastian Huber
On 29.10.23 02:44, zack leung wrote: ./../../cpukit/include/rtems/score/schedulerpriority.h:87:21: error: field 'Base' has incomplete type    87 |   Scheduler_Context Base;       |                     ^~~~ ../../../cpukit/include/rtems/score/schedulersimple.h:89:21: error: field 'Base' has in

Re: [PATCH] fixed warning related to spstdc17

2023-10-30 Thread zack leung
./../../cpukit/include/rtems/score/schedulerpriority.h:87:21: error: field 'Base' has incomplete type 87 | Scheduler_Context Base; | ^~~~ ../../../cpukit/include/rtems/score/schedulersimple.h:89:21: error: field 'Base' has incomplete type 89 | Scheduler_Context B