From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9C4E-0004bY-HI for qemu-devel@nongnu.org; Thu, 08 Jan 2015 07:19:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9C4D-0004Mw-Q3 for qemu-devel@nongnu.org; Thu, 08 Jan 2015 07:19:58 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:54703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9C4D-0004Jb-KZ for qemu-devel@nongnu.org; Thu, 08 Jan 2015 07:19:57 -0500 From: Peter Maydell Date: Thu, 8 Jan 2015 12:19:42 +0000 Message-Id: <1420719588-8138-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio , patches@linaro.org This patchset fixes warnings produced by clang in the linux-user code. Mostly this is deleting or marking unused functions/data, but it does include a genuine bugfix for Alpha. I think that this means I have patches out on the list now for all the clang warnings we currently generate; maybe some day soon we can enable warnings-as-errors... Peter Maydell (6): linux-user/signal.c: Remove current_exec_domain_sig() linux-user/alpha: Add define for NR_shmat to enable shmat syscall linux-user/arm/nwfpe: Delete unused aCC array linux-user/main.c: Call cpu_exec_start/end on all target archs linux-user/main.c: Mark end_exclusive() as possibly unused linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user linux-user/alpha/syscall_nr.h | 4 +++ linux-user/arm/nwfpe/fpopcode.c | 22 --------------- linux-user/main.c | 20 +++++++++++++- linux-user/signal.c | 59 ++++++++++++----------------------------- 4 files changed, 40 insertions(+), 65 deletions(-) -- 1.9.1