commit | 4a753284854b16f6d8cc0d87525929b2d2362e71 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 09 23:18:50 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 09 23:18:50 2021 +0200 |
tree | 4d910bbc96c0e5d8e967cdc1e9085a313df919fc | |
parent | 23c740ea51d8ef24b5c55d8497873c50198621fc [diff] |
BUILD: memprof: make the old caller pointer a const in get_prof_bin() It's a const void* in the target, we can't use a void* in the caller, this causes a build warning with clang.