]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix GCC v5.5.0 build after 82fe21f (#962)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Thu, 13 Jan 2022 18:00:56 +0000 (18:00 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 13 Jan 2022 19:55:05 +0000 (19:55 +0000)
commitdf0bc0f4ff158b76e6a05c64fc83b96219605b4a
treec8533e9b0b53e53f0ef32c15e37ed422e824325b
parent8d76389c009124d15d92c85a6ad4c17f38fa2705
Fix GCC v5.5.0 build after 82fe21f (#962)

Old problems revealed by recent commits:

    XactionRep.cc:174:20: error: declaration of 'String name' shadows
    a parameter [-Werror=shadow]

    XactionRep.cc:486:33: error: declaration of 'services' shadows
    a previous local [-Werror=shadow]
src/adaptation/ecap/XactionRep.cc