Avoid overloading on 32 bit architectures
authorJames Page james.page@ubuntu.com, Bernd Zeimetz <bzed@debian.org>
Thu, 28 Jan 2021 15:45:23 +0000 (15:45 +0000)
committerThomas Goirand <zigo@debian.org>
Thu, 28 Jan 2021 15:45:23 +0000 (15:45 +0000)
commit04a3ecbfd32d9e11430e7359d23d51693181b48e
tree4897d28903b7615abc6c56ba4bc530172745d2e3
parent8155023c330114a0e9a894851631c03c6752c7df
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