dspList_t *pDspMng = NULL;
for(pDspMng = SDSPMNG; pDspMng->mesfct != NULL && strcmp (pDspMng->mesfct, mesfct); pDspMng->prec);
INTdspmng.sc: In function 'WebCallback':
INTdspmng.sc:216:9: error: statement with no effect [-Werror=unused-value]
for(pDspMng = SDSPMNG; pDspMng->mesfct != NULL && strcmp (pDspMng->mesfct, mesfct); pDspMng->prec);
This loop is still waiting for a new mesfct for that i make ";" after for, i want an infinite loop
dspList_tandSDSPMNG? Who updatesmesfct? Another thread?mesfect" sounds very fishy.