From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhGZ4-0007Lt-6s for qemu-devel@nongnu.org; Mon, 05 May 2014 06:56:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhGYy-0007T2-2h for qemu-devel@nongnu.org; Mon, 05 May 2014 06:56:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhGYx-0007Sw-Rb for qemu-devel@nongnu.org; Mon, 05 May 2014 06:56:00 -0400 Message-ID: <1399287351.21296.3.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 05 May 2014 12:55:51 +0200 In-Reply-To: References: <1398773471-11112-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/7] smbios: make qemu generate smbios tables. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Hi, > I'm afraid this doesn't compile: /me goes add a -m32 build to the test matrix. Hmm, looks like "make check" has issues on 32bit: CC tests/test-cutils.o /home/kraxel/projects/qemu/tests/test-cutils.c: In function =E2=80=98test_parse_uint_llong_max=E2=80=99: /home/kraxel/projects/qemu/tests/test-cutils.c:168:5: error: overflow in implicit constant conversion [-Werror=3Doverflow] g_assert_cmpint(i, =3D=3D, (unsigned long long)LLONG_MAX + 1); ^ /home/kraxel/projects/qemu/tests/test-cutils.c: In function =E2=80=98test_parse_uint_overflow=E2=80=99: /home/kraxel/projects/qemu/tests/test-cutils.c:185:5: error: overflow in implicit constant conversion [-Werror=3Doverflow] g_assert_cmpint(i, =3D=3D, ULLONG_MAX); ^ cc1: all warnings being treated as errors make: *** [tests/test-cutils.o] Error 1 test failure cheers, Gerd