Avoid overloading on 32 bit architectures
authorJames Page james.page@ubuntu.com, Bernd Zeimetz <bzed@debian.org>
Thu, 26 Aug 2021 08:36:49 +0000 (09:36 +0100)
committerMattias Ellert <mattias.ellert@physics.uu.se>
Thu, 26 Aug 2021 08:36:49 +0000 (09:36 +0100)
commit7506522f40352bfd49f0c3cb1bc3e9b8288445d6
tree2509138a2da592e0d8e47cc6d48bbb32a2ac7e45
parent34f723f151140f9428e2d0f62e31fc489c386bca
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