liblzma: Add lzma_attr_warn_unused_result to lzma_filters_copy().
This commit is contained in:
parent
f94a3e3460
commit
6997e0b5e2
|
@ -120,7 +120,8 @@ extern LZMA_API(lzma_bool) lzma_filter_decoder_is_supported(lzma_vli id)
|
||||||
*/
|
*/
|
||||||
extern LZMA_API(lzma_ret) lzma_filters_copy(
|
extern LZMA_API(lzma_ret) lzma_filters_copy(
|
||||||
const lzma_filter *src, lzma_filter *dest,
|
const lzma_filter *src, lzma_filter *dest,
|
||||||
const lzma_allocator *allocator) lzma_nothrow;
|
const lzma_allocator *allocator)
|
||||||
|
lzma_nothrow lzma_attr_warn_unused_result;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue