Codan Bug icon on OSDumpTCBStacks() and OSDumpTasks() calls?
Posted: Thu Jul 05, 2012 9:28 am
I have a project running under Rel_2_6_0_020 that persists in showing the codan bug icons for the following calls:
#include "ucos.h"
#include "ucosmcfc.h" or alternatively just:
#include <startnet.h>
As you can see from the hover field, I've edited predef.h and rebuilt the system so UCOS_STACKCHECK is defined. The project builds and runs successfully except for these annoying codan errors.
The project build paths are below. What's odd is that for some reason, some other projects in the same workspace with the same #includes don't show codan bug errors for the OSDumpTasks() and OSDumpTCBstacks() calls. Any ideas to prevent them??
The file making these calls #include (variously):#include "ucos.h"
#include "ucosmcfc.h" or alternatively just:
#include <startnet.h>
As you can see from the hover field, I've edited predef.h and rebuilt the system so UCOS_STACKCHECK is defined. The project builds and runs successfully except for these annoying codan errors.
The project build paths are below. What's odd is that for some reason, some other projects in the same workspace with the same #includes don't show codan bug errors for the OSDumpTasks() and OSDumpTCBstacks() calls. Any ideas to prevent them??