commit | 2544f988c96a48e48369a767d8886c4282859ed3 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 19 17:39:56 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 19 17:39:56 2013 +0100 |
tree | 7cc8d1ed374971f113d2fb87336bfed8a61223ab | |
parent | 30c03230a8a5ba41d183279dcd6d0668940267db [diff] |
Fix compiler warnings With constant current_wordsize == 4 and 32-bit longs, gcc was spooked by "1ul << (8 * current_wordsize)" = "1ul << 32". Make such places conditional on SIZEOF_LONG > 4. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>