Jak odstranit tuto hlášku?
warning: comparison between 'TASK_EXCLUSION_TYPE_t' and 'enum <anonymous>' [-Wenum-compare]|
typedef enum {
exclussion,
inclussion,
unspecified
} TASK_EXCLUSION_TYPE_t;
TASK_EXCLUSION_TYPE_t type = w->task.temp.subsquares[*SNo][*SSNo].type;
if (type==undefined_)
return TSS_TYPE_ERROR;