BUILD: memprof: make the old caller pointer a const in get_prof_bin()
authorWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 21:18:50 +0000 (23:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 21:18:50 +0000 (23:18 +0200)
commit4a753284854b16f6d8cc0d87525929b2d2362e71
tree4d910bbc96c0e5d8e967cdc1e9085a313df919fc
parent23c740ea51d8ef24b5c55d8497873c50198621fc
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.
src/activity.c