From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Na8MP-0000iG-MU for qemu-devel@nongnu.org; Wed, 27 Jan 2010 08:55:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Na8MK-0000dW-Ii for qemu-devel@nongnu.org; Wed, 27 Jan 2010 08:55:09 -0500 Received: from [199.232.76.173] (port=46707 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na8MK-0000dN-D3 for qemu-devel@nongnu.org; Wed, 27 Jan 2010 08:55:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62525) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Na8MJ-0004bp-KQ for qemu-devel@nongnu.org; Wed, 27 Jan 2010 08:55:03 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0RDt13L026694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 27 Jan 2010 08:55:02 -0500 Received: from localhost.localdomain (vpn1-4-227.ams2.redhat.com [10.36.4.227]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0RDt0CG014994 for ; Wed, 27 Jan 2010 08:55:01 -0500 From: Paolo Bonzini Date: Wed, 27 Jan 2010 14:54:53 +0100 Message-Id: <1264600499-3384-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] fix a few clang warnings. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org All of these should be quite uncontroversial. I'll propose the second patch for 0.12 after a short while. v1 -> v2: redid vnc patch (4/6) Paolo Bonzini (6): remove two dead assignments in target-i386/translate.c fix undefined shifts by >32 exec.c: dead assignments vnc.c: remove dead code usb-linux.c: remove write-only variable fix audio_bug related clang false positives audio/audio.c | 44 ++++++++++++++++++++------------------------ audio/audio_int.h | 3 ++- exec.c | 4 ---- target-i386/translate.c | 2 -- usb-linux.c | 2 -- vl.c | 4 ++-- vnc.c | 3 --- 7 files changed, 24 insertions(+), 38 deletions(-)