From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwBPP-0001y7-M2 for qemu-devel@nongnu.org; Tue, 10 Nov 2015 11:04:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwBPO-0005qz-Nq for qemu-devel@nongnu.org; Tue, 10 Nov 2015 11:04:35 -0500 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:34593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwBPO-0005qp-H6 for qemu-devel@nongnu.org; Tue, 10 Nov 2015 11:04:34 -0500 Received: by vkbq142 with SMTP id q142so748324vkb.1 for ; Tue, 10 Nov 2015 08:04:34 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1447171055-29567-1-git-send-email-stefanha@redhat.com> References: <1447171055-29567-1-git-send-email-stefanha@redhat.com> From: Peter Maydell Date: Tue, 10 Nov 2015 16:04:14 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 0/3] fix clang negative signed bit shift warning List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: QEMU Developers , Eduardo Habkost On 10 November 2015 at 15:57, Stefan Hajnoczi wrote: > LLVM's clang 3.7.0 compile warns about bit shifting negative numbers because > the result is undefined. This series includes 3 small fixes to appease clang. > > Stefan Hajnoczi (3): > monitor: avoid clang shifting negative signed warning > tpm: avoid clang shifting negative signed warning > disas/arm: avoid clang shifting negative signed warning > > disas/arm.c | 2 +- > hw/tpm/tpm_tis.c | 2 +- > target-i386/monitor.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Whole series Reviewed-by: Peter Maydell thanks -- PMM