Lines Matching full:warningcode
850 pico_status_t warningCode, picoos_char * baseMessage, picoos_char * fmt, ...)
853 if ((this->curNumWarnings < PICOOS_MAX_NUM_WARNINGS) && (PICO_OK != warningCode)) {
858 this->curWarningCode[this->curNumWarnings] = warningCode;
860 picoos_vSetErrorMsg(this->curWarningMessage[this->curNumWarnings],PICOOS_MAX_WARN_MSG_LEN, warningCode, baseMessage, fmt,args);