]> git.ipfire.org Git - thirdparty/libarchive.git/commit
fix detection of lzma_stream_encoder_mt with Werror (#1965)
authoralice <alice@ayaya.dev>
Fri, 22 Sep 2023 23:57:55 +0000 (01:57 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 23:57:55 +0000 (01:57 +0200)
commit2ba3d92706384be14cd376734f3f7ebe5648591e
tree804729f270d70d0ebae464b91a423580326f6d11
parentb007d399a53bac27fd546f484a237699d9f98247
fix detection of lzma_stream_encoder_mt with Werror (#1965)

the function is marked as warn-unused-result, so by default in a Debug
build with cmake, when Werror is set, this fails to detect. do the same
for autotools.
CMakeLists.txt
configure.ac