From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3Xur-0007QA-JB for qemu-devel@nongnu.org; Tue, 23 Dec 2014 17:26:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3Xuq-0001yu-GB for qemu-devel@nongnu.org; Tue, 23 Dec 2014 17:26:57 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:54639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3Xuq-0001yk-9h for qemu-devel@nongnu.org; Tue, 23 Dec 2014 17:26:56 -0500 From: Peter Maydell Date: Tue, 23 Dec 2014 22:26:52 +0000 Message-Id: <1419373615-17989-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/3] miscellaneous minor clang fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org This is a collection of three miscellaneous minor fixes for clang compile warnings, which I think could reasonably go via the -trivial tree. The map_exec patch has been on list and reviewed before; the other two are new. Peter Maydell (2): tests/hd-geo-test.c: Remove unused test_image variable migration/qemu-file.c: Don't shift left into sign bit SeokYeon Hwang (1): translate-all: Mark map_exec() with the 'unused' attribute migration/qemu-file.c | 2 +- tests/hd-geo-test.c | 2 -- translate-all.c | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) -- 1.9.1