Re: (32-bit compilation) ipc/chromium/src/third_party/libevent/buffer.c:2518:18: warning: comparison is always false due to limited range of data type [-Wtype-limits]

2015-07-06 Thread ISHIKAWA,chiaki
On 2015/07/07 6:32, Mike Hommey wrote: On Mon, Jul 06, 2015 at 06:44:45PM +0900, ishikawa wrote: Hi, Is building mozilla code such as firefox and thunderbird under 32-bit linux a supported operation? During compilation of C-C TB under 32-bit linux, I think I found a serious issue regarding the

Re: (32-bit compilation) ipc/chromium/src/third_party/libevent/buffer.c:2518:18: warning: comparison is always false due to limited range of data type [-Wtype-limits]

2015-07-06 Thread Mike Hommey
On Mon, Jul 06, 2015 at 06:44:45PM +0900, ishikawa wrote: > Hi, > > Is building mozilla code such as firefox and thunderbird under 32-bit linux > a supported operation? > > During compilation of C-C TB under 32-bit linux, > I think I found a serious issue regarding the mismatch of the size > of l

(32-bit compilation) ipc/chromium/src/third_party/libevent/buffer.c:2518:18: warning: comparison is always false due to limited range of data type [-Wtype-limits]

2015-07-06 Thread ishikawa
Hi, Is building mozilla code such as firefox and thunderbird under 32-bit linux a supported operation? During compilation of C-C TB under 32-bit linux, I think I found a serious issue regarding the mismatch of the size of literal constant and the size of variables (or structured member) which ren