From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlNRy-0001Vb-DV for qemu-devel@nongnu.org; Wed, 09 Sep 2009 09:43:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlNRr-0001S4-Es for qemu-devel@nongnu.org; Wed, 09 Sep 2009 09:43:05 -0400 Received: from [199.232.76.173] (port=57364 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlNRr-0001Rs-8n for qemu-devel@nongnu.org; Wed, 09 Sep 2009 09:42:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32500) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlNRq-0005qJ-ML for qemu-devel@nongnu.org; Wed, 09 Sep 2009 09:42:58 -0400 Date: Wed, 9 Sep 2009 10:42:49 -0300 From: Luiz Capitulino Message-ID: <20090909104249.03f90d52@doriath> In-Reply-To: <1252406802-29289-1-git-send-email-kirill@shutemov.name> References: <1252406802-29289-1-git-send-email-kirill@shutemov.name> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Fix warning on 32-bit hosts List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Kirill A. Shutemov" Cc: qemu-devel@nongnu.org On Tue, 8 Sep 2009 13:46:42 +0300 "Kirill A. Shutemov" wrote: > CC check-qint.o > cc1: warnings being treated as errors > check-qint.c: In function 'qint_from_int64_test': > check-qint.c:46: error: integer constant is too large for 'long' type > make: *** [check-qint.o] Error 1 > > Signed-off-by: Kirill A. Shutemov We already have a better fix on the list, but thanks anyway.