]> 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>
Wed, 19 Jun 2024 12:15:54 +0000 (14:15 +0200)
commit232ecd1ddc2794b51dd8a544ea5824cc00332119
treea3990922fc33fee8f719be955cf471fa1345ce7d
parentf9343306e99d602eda3a62f5a4e385623f3bd93f
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