• J
    virAsprintf: remove its warn_unused_result attribute · 658952a3
    Jim Meyering 提交于
    * src/util/util.h (virAsprintf): Remove ATTRIBUTE_RETURN_CHECK, since
    it is perfectly fine to ignore the return value, now that the pointer
    is guaranteed to be set to NULL upon failure.
    * src/util/storage_file.c (absolutePathFromBaseFile): Remove now-
    unnecessary use of ignore_value.
    658952a3
util.h 9.1 KB