]> xenbits.xensource.com Git - xen.git/commit
libxenguest: drop now unused le32_to_cpup() from lz4 decompression
authorJan Beulich <jbeulich@suse.com>
Wed, 27 Jan 2021 16:07:57 +0000 (17:07 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 27 Jan 2021 16:07:57 +0000 (17:07 +0100)
commit66a816b45d04698a4a9e0695f570f3965b9744cc
tree4c520f711664b9c411482812a4ff6d667e3dc3a1
parent464301737acfa90b46b79659b19d7f456861def3
libxenguest: drop now unused le32_to_cpup() from lz4 decompression

While gcc doesn't warn about this because of it being static inline,
clang does, causing the build to fail there because of -Werror.

Fixes: d8099d94dfaa ("libxenguest: add get_unaligned_le32()")
Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libs/guest/xg_dom_decompress_lz4.c