
5 Feb
2010
5 Feb
'10
2:03 p.m.
Jim Meyering wrote: ...
+ ignore_value(virAsprintf(&res, "%.*s/%s", (int) d_len, base_file, path));
Regarding this, I will be removing the warn_unused_result attribute from virAsprintf (and this use of ignore_value), since it *is* ok to ignore its return value, since it guarantees the pointer arg is set to NULL whenever it fails.