From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzOGn-0001Gi-Du for qemu-devel@nongnu.org; Tue, 24 Jun 2014 06:48:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzOGf-0006hK-1E for qemu-devel@nongnu.org; Tue, 24 Jun 2014 06:48:09 -0400 Message-ID: <53A9575F.4030305@suse.de> Date: Tue, 24 Jun 2014 12:47:59 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1403564710-15788-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1403564710-15788-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] target-ppc: fix unused-function 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 24.06.14 01:05, Peter Maydell wrote: > These patches for target-ppc fix clang 3.4 warnings about > 'static inline' functions which are defined but never used. > > (Incidentally, "d" is a terrible name for a function, so > we're well rid of that one :-)) Thanks, applied to ppc-next :). As for "d" - that's unfortunately how the spec calls the field ;). Alex