https://sourceware.org/bugzilla/show_bug.cgi?id=31103
--- Comment #12 from Di Chen ---
@fche
no problem, thanks for merging it :D
--
You are receiving this mail because:
You are on the CC list for the bug.
Hi -
> The const variable BUFFER_SIZE is used only on the zip_files
> function witch is only available with LIBARCHIVE.
Thanks, merged as obvious.
- FChE
https://sourceware.org/bugzilla/show_bug.cgi?id=31103
Frank Ch. Eigler changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
The const variable BUFFER_SIZE is used only on the zip_files
function witch is only available with LIBARCHIVE.
| ../../elfutils-0.191/src/srcfiles.cxx:81:18: error: unused variable
'BUFFER_SIZE' [-Werror,-Wunused-const-variable]
|81 | constexpr size_t BUFFER_SIZE = 8192;
| |