Fix compiler warnings

These patch fixes 3 compiler warnings introduce by my recent patches.
This commit is contained in:
Peter Lieven
2012-10-19 23:48:04 +02:00
parent ad9cd56b2d
commit 236aaa011f
3 changed files with 31 additions and 30 deletions

View File

@@ -280,7 +280,7 @@ iscsi_set_error(struct iscsi_context *iscsi, const char *error_string, ...)
va_end(ap);
DPRINTF(iscsi,1,str);
DPRINTF(iscsi,1,"%s",str);
}
void