]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Silence a warning.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 23 May 2022 16:37:18 +0000 (19:37 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 23 May 2022 16:37:18 +0000 (19:37 +0300)
commit2ce4f36f179a81d0c6e182a409f363df759d1ad0
treeb9c5d7567cbbaee22843e2a6cad1f0167df75378
parent5d8f3764ef43c35910e6d7003c0900a961ef6544
liblzma: Silence a warning.

The actual initialization is done via mythread_sync and seems
that GCC doesn't necessarily see that it gets initialized there.
src/liblzma/common/stream_decoder_mt.c