From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwBIk-00040j-65 for qemu-devel@nongnu.org; Tue, 10 Nov 2015 10:57:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwBIg-0003U7-6m for qemu-devel@nongnu.org; Tue, 10 Nov 2015 10:57:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwBIg-0003Tt-2g for qemu-devel@nongnu.org; Tue, 10 Nov 2015 10:57:38 -0500 From: Stefan Hajnoczi Date: Tue, 10 Nov 2015 15:57:32 +0000 Message-Id: <1447171055-29567-1-git-send-email-stefanha@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: Peter Maydell , ehabkost@redhat.com, Stefan Hajnoczi 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(-) -- 2.5.0