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

2021-02-12 Thread Gedare Bloom
Hi Ryan, On Fri, Feb 12, 2021 at 8:11 AM Ryan Long wrote: > > These macros are to be used to check the status from calls that are flagged by > Coverity as 'Unchecked return value'. > > Fix file assert.h Thanks for these updates, it's almost there. Can you open a ticket related to this feature i

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

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