From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3YpK-0008WN-47 for qemu-devel@nongnu.org; Tue, 23 Dec 2014 18:25:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3YpC-0003ER-LD for qemu-devel@nongnu.org; Tue, 23 Dec 2014 18:25:18 -0500 Message-ID: <5499F9D3.4060003@suse.de> Date: Wed, 24 Dec 2014 00:25:07 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1419373336-17800-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1419373336-17800-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: Peter Maydell , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 23.12.14 23:22, Peter Maydell wrote: > 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. Thanks, applied both to ppc-next. Alex