Avoid overloading on 32 bit architectures
authorJames Page james.page@ubuntu.com, Bernd Zeimetz <bzed@debian.org>
Fri, 15 Jan 2021 11:26:14 +0000 (11:26 +0000)
committerThomas Goirand <zigo@debian.org>
Fri, 15 Jan 2021 11:26:14 +0000 (11:26 +0000)
commit400ad6eab011fa2c6d49616fc6ca0457fe6523f9
tree848bde774add5684dba796e2d623c063e655664e
parent06ce7332b742acd7398eb9f99a190fbf3507e1b7
Avoid overloading on 32 bit architectures

Forwarded: no

unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo

Gbp-Pq: Name 32bit-avoid-overloading.patch
src/include/buffer.h