remove compiler warning nchar uninitialized
This commit is contained in:
@@ -106,7 +106,7 @@ epicsShareFunc int errlogPrintf(const char *pFormat, ...)
|
||||
{
|
||||
va_list pvar;
|
||||
char *pbuffer;
|
||||
int nchar;
|
||||
int nchar = 0;
|
||||
int isOkToBlock;
|
||||
|
||||
if (epicsInterruptIsInterruptContext()) {
|
||||
|
||||
Reference in New Issue
Block a user