From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFmmg-0003nR-ED for qemu-devel@nongnu.org; Mon, 26 Jan 2015 11:45:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFmmc-00065e-Ip for qemu-devel@nongnu.org; Mon, 26 Jan 2015 11:45:06 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:55049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFmmc-00061b-Cm for qemu-devel@nongnu.org; Mon, 26 Jan 2015 11:45:02 -0500 From: Peter Maydell Date: Mon, 26 Jan 2015 16:28:29 +0000 Message-Id: <1422289711-14103-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v2 0/2] s390: fix clang warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org, Stefan Weil , Alexander Graf , Christian Borntraeger , Cornelia Huck , Richard Henderson These two patches fix warnings generated by clang; I'm hoping we can clear up the handful of remaining clang warnings so I can turn on warnings-as-errors for my builds I do before applying pullreqs, and then we can keep the clang builds warning-free. For the disassembler code, I opted to simply delete the unused data tables. The other thing we've done in some of the disassemblers is to just #if-0 out the code, but that's mostly been where it's something we might use in future, and I think this table is for the benefit of the assembler, not the disassembler. I sent these patches out just before Christmas; Stefan pointed out a minor error in the commit message of patch 1, but they are otherwise unchanged from v1. Peter Maydell (2): target-s390x: Mark check_privileged() as !CONFIG_USER_ONLY disas/s390.c: Remove unused variables disas/s390.c | 35 ----------------------------------- target-s390x/translate.c | 2 ++ 2 files changed, 2 insertions(+), 35 deletions(-) -- 1.9.1