]> Savannah Git Hosting - gnulib.git/commit
xalloc: avoid GCC 5.1 warning on 32 bit
authorPádraig Brady <P@draigBrady.com>
Fri, 2 Oct 2015 19:21:50 +0000 (20:21 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 2 Oct 2015 19:24:03 +0000 (20:24 +0100)
commit213d5545f67d726ccffa13842577be47aca93d8d
tree3d34032b86f288c6f9709e00b948364ade17a752
parentb3239907424e46492d04d46378968b6a9bd1a901
xalloc: avoid GCC 5.1 warning on 32 bit

* lib/xalloc.h: Disable -Wstrict-overflow for uses of
xalloc_oversized(), which was seen to give this warning
on GCC 5.1 on 32 bit: "assuming signed overflow does not occur
when simplifying conditional".
ChangeLog
lib/xalloc.h