From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3XqM-0001Vr-85 for qemu-devel@nongnu.org; Tue, 23 Dec 2014 17:22:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3XqK-0000J4-Ra for qemu-devel@nongnu.org; Tue, 23 Dec 2014 17:22:18 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:54634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3XqK-0000J0-Lb for qemu-devel@nongnu.org; Tue, 23 Dec 2014 17:22:16 -0500 From: Peter Maydell Date: Tue, 23 Dec 2014 22:22:14 +0000 Message-Id: <1419373336-17800-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] target-ppc: Fix clang and w32 warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf These patches fix compiler warnings from clang and the mingw32 compiler; the aim is to get to a point where we can make the warnings into errors for both these builds. Peter Maydell (2): target-ppc: Mark SR() and gen_sync_exception() as !CONFIG_USER_ONLY target-ppc: Cast ssize_t to size_t before printing with %zx hw/ppc/spapr.c | 2 +- target-ppc/translate.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) -- 1.9.1