You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When compiling the test app under RTEMS, a build failure occurs:
/home/joe/code/cfecfs/github/cfe/modules/cfe_testcase/src/es_task_test.c: In function 'TestCreateChild':
/home/joe/code/cfecfs/github/cfe/modules/cfe_testcase/src/es_task_test.c:89:5: error: format '%d' expects argument of type 'int', but argument 7 has type 'uint32' [-Werror=format=]
UtAssert_True(countCopy == count || countCopy == count + 1, "countCopy (%d) == count (%d)", countCopy, count);
^
To Reproduce
Build system for RTEMS 4.11 with unit tests enabled, and es_task_test.c will fail to build.
Expected behavior
Build should succeed.
System observed on:
RTEMS 4.11
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Describe the bug
When compiling the test app under RTEMS, a build failure occurs:
To Reproduce
Build system for RTEMS 4.11 with unit tests enabled, and
es_task_test.c
will fail to build.Expected behavior
Build should succeed.
System observed on:
RTEMS 4.11
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: