]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod.cxx: Fix unused parameter warning
authorAaron Merey <amerey@redhat.com>
Tue, 10 Dec 2024 15:58:49 +0000 (10:58 -0500)
committerAaron Merey <amerey@redhat.com>
Tue, 10 Dec 2024 15:58:49 +0000 (10:58 -0500)
commit04c1f79dd690158ec5bccf6e13443cebf491454b
tree4e54616aa799c580791d3089857682bdaa0a78db
parent87e7f211aa30888f80448be97bc4177c676fef82
debuginfod.cxx: Fix unused parameter warning

Add __attribute__ ((unused)) to prevent unused param warnings in
is_seekable_archive and extract_from_seekable_archive when USE_LZMA is
false.

Signed-off-by: Aaron Merey <amerey@redhat.com>
debuginfod/debuginfod.cxx