Fix compiler warnings
These patch fixes 3 compiler warnings introduce by my recent patches.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user