[Bug 64083] New: (fatal) build warning on 32-bit
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 30 13:52:15 CEST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=64083
Priority: medium
Bug ID: 64083
Keywords: patch
CC: guillaume.desmottes at collabora.co.uk,
xclaesse at gmail.com
Assignee: simon.mcvittie at collabora.co.uk
Summary: (fatal) build warning on 32-bit
QA Contact: telepathy-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: simon.mcvittie at collabora.co.uk
Hardware: Other
Status: ASSIGNED
Version: git master
Component: mission-control
Product: Telepathy
Created attachment 78646
--> https://bugs.freedesktop.org/attachment.cgi?id=78646&action=edit
tests: avoid an out-of-range int literal
In this particular test case, the expected result according to the flags
is "it fails", so the second column (expected converted value) is not
relevant.
This apparently causes build warnings (fatal by default) on ILP32
platforms, because 2147483648 is out-of-range for a signed int or
signed long on such platforms. It's certainly also out-of-range for
the struct member it's initializing, which is a gint32.
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list