diff options
author | Dan McGee <dan@archlinux.org> | 2012-04-09 05:32:49 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-09 05:32:49 +0200 |
commit | c27a9467692616900189fce43cd18d14bbda7929 (patch) | |
tree | 5f81c1af9345583489149e360c15aa1394e50678 /test | |
parent | d158dde30c378acc8e88d5208aa837f92331af9e (diff) | |
download | pacman-c27a9467692616900189fce43cd18d14bbda7929.tar.gz pacman-c27a9467692616900189fce43cd18d14bbda7929.tar.xz |
Fix a signed overflow error on i686 with GCC 4.7.0
Not sure why this one wasn't showing up on x86_64, but this fixes the
compile on i686.
diskspace.c: In function 'calculate_removed_size':
diskspace.c:247:4: error: assuming signed overflow does not occur when negating a division [-Werror=strict-overflow]
cc1: all warnings being treated as errors
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions