I should have gone through the definition before asking for help.
Without RTEMS_DEBUG, _Assert() does nothing
#else
#define _Assert( _e ) ( ( void ) 0 )
Thank you for your help.
On Mon, Jul 27, 2020 at 4:33 PM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 27/07/2020 10:40,
On 27/07/2020 10:40, Richi Dubey wrote:
Hi,
When I am compiling my current code, I am getting the following
compiler warning:
---
/home/richi/quick-start/src/rtems/c/src/../../cpukit/score/src/schedulerstrongapa.c:
In function '_S