Re: [PATCH 1/4] assert.h: Add macros to assert status and use it

2021-02-11 Thread Gedare Bloom
On Thu, Feb 11, 2021 at 2:19 PM Joel Sherrill wrote: > > > > On Thu, Feb 11, 2021 at 3:12 PM Gedare Bloom wrote: >> >> On Thu, Feb 11, 2021 at 1:28 PM Ryan Long wrote: >> > >> > These macros are to be used to check the status from calls that are >> > flagged by >> > Coverity as 'Unchecked

Re: [PATCH 1/4] assert.h: Add macros to assert status and use it

2021-02-11 Thread Joel Sherrill
On Thu, Feb 11, 2021 at 3:12 PM Gedare Bloom wrote: > On Thu, Feb 11, 2021 at 1:28 PM Ryan Long > wrote: > > > > These macros are to be used to check the status from calls that are > flagged by > > Coverity as 'Unchecked return value'. > > --- > > cpukit/include/rtems/score/assert.h | 30

Re: [PATCH 1/4] assert.h: Add macros to assert status and use it

2021-02-11 Thread Gedare Bloom
On Thu, Feb 11, 2021 at 1:28 PM Ryan Long wrote: > > These macros are to be used to check the status from calls that are flagged by > Coverity as 'Unchecked return value'. > --- > cpukit/include/rtems/score/assert.h | 30 ++ > 1 file changed, 30 insertions(+) > > diff

[PATCH 1/4] assert.h: Add macros to assert status and use it

2021-02-11 Thread Ryan Long
These macros are to be used to check the status from calls that are flagged by Coverity as 'Unchecked return value'. --- cpukit/include/rtems/score/assert.h | 30 ++ 1 file changed, 30 insertions(+) diff --git a/cpukit/include/rtems/score/assert.h