From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VQMwi-0002lF-E4 for mharc-qemu-trivial@gnu.org; Sun, 29 Sep 2013 15:46:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQMwb-0002br-P7 for qemu-trivial@nongnu.org; Sun, 29 Sep 2013 15:46:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQMwV-0002vj-MJ for qemu-trivial@nongnu.org; Sun, 29 Sep 2013 15:46:17 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:60154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQMwI-0002uC-Ql; Sun, 29 Sep 2013 15:45:58 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 778C84292C; Sun, 29 Sep 2013 23:45:57 +0400 (MSK) Message-ID: <52488375.5050709@msgid.tls.msk.ru> Date: Sun, 29 Sep 2013 23:45:57 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130922 Icedove/17.0.9 MIME-Version: 1.0 To: Stefan Weil References: <1380470156-22381-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1380470156-22381-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial , qemu-devel Subject: Re: [Qemu-trivial] [PATCH] target-i386: Fix compiler warning (integer constant is too large) X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2013 19:46:23 -0000 29.09.2013 19:55, Stefan Weil wrote: > From buildbot default_i386_rhel61: > > CC i386-softmmu/target-i386/arch_memory_mapping.o > target-i386/arch_memory_mapping.c: In function 'walk_pde': > target-i386/arch_memory_mapping.c:110: warning: > integer constant is too large for 'long' type Thanks, applied to the trivial-patches queue. /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQMwP-0002Uv-OQ for qemu-devel@nongnu.org; Sun, 29 Sep 2013 15:46:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQMwJ-0002uR-2J for qemu-devel@nongnu.org; Sun, 29 Sep 2013 15:46:05 -0400 Message-ID: <52488375.5050709@msgid.tls.msk.ru> Date: Sun, 29 Sep 2013 23:45:57 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1380470156-22381-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1380470156-22381-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] target-i386: Fix compiler warning (integer constant is too large) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial , qemu-devel 29.09.2013 19:55, Stefan Weil wrote: > From buildbot default_i386_rhel61: > > CC i386-softmmu/target-i386/arch_memory_mapping.o > target-i386/arch_memory_mapping.c: In function 'walk_pde': > target-i386/arch_memory_mapping.c:110: warning: > integer constant is too large for 'long' type Thanks, applied to the trivial-patches queue. /mjt