]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fix a name conflict when compiled with zlib-compat
authorAdam Stylinski <kungfujesus06@gmail.com>
Sat, 18 May 2024 22:36:33 +0000 (18:36 -0400)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 19 May 2024 21:19:04 +0000 (23:19 +0200)
commit80c541b7431af0f6191ba07b203596e3ded217e5
treeb8083295dda8d570dccb2480f961b68e35ff6deb
parent1a15c4b20e6ff63251ada13acc9bcaaf2b2c9b37
Fix a name conflict when compiled with zlib-compat

The benchmarks fail to compile properly when built with ZLIB_COMPAT.
The name of the class cannot have the same name as the function.
test/benchmarks/benchmark_compress.cc