Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at failures.c:238

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

i_error

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/failures.c)expand/collapse
Show more  
 229  void i_error(const char *format, ...)
 230  {
 231          int old_errno = errno;
 232          va_list args;
 233   
 234          va_start(args, format);
 235          error_handler(LOG_TYPE_ERROR, format, args);
 236          va_end(args);
 237   
 238          errno = old_errno;
 239  }
Show more  




Change Warning 7035.24376 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: