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
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…