Re: [PATCH] thread.hpp: Fix redefinition of default argument

2022-03-19 Thread Chris Johns
Ok to push Thanks Chris > On 19 Mar 2022, at 2:16 am, Sebastian Huber > wrote: > > A default argument shall be defined only once. > > Close #4632. > --- > cpukit/include/rtems/thread.hpp | 32 ++-- > 1 file changed, 14 insertions(+), 18 deletions(-) > > diff --git

[PATCH] thread.hpp: Fix redefinition of default argument

2022-03-18 Thread Sebastian Huber
A default argument shall be defined only once. Close #4632. --- cpukit/include/rtems/thread.hpp | 32 ++-- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/cpukit/include/rtems/thread.hpp b/cpukit/include/rtems/thread.hpp index cdef690740..56e301c0bc 100