From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URgqU-0000sW-A5 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 06:41:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URgqT-0003zW-FW for qemu-devel@nongnu.org; Mon, 15 Apr 2013 06:41:10 -0400 Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:52810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URgqT-0003va-7o for qemu-devel@nongnu.org; Mon, 15 Apr 2013 06:41:09 -0400 Received: by mail-la0-f48.google.com with SMTP id fq12so4195649lab.35 for ; Mon, 15 Apr 2013 03:41:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1365993073-4659-1-git-send-email-aik@ozlabs.ru> <8761zofezy.fsf@blackfin.pond.sub.org> <516BA87A.2020107@ozlabs.ru> <874nf8cidj.fsf@blackfin.pond.sub.org> <516BCD71.9070905@ozlabs.ru> From: Peter Maydell Date: Mon, 15 Apr 2013 11:40:47 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] pixman: remove -Wredundand-decls List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Markus Armbruster , qemu-devel@nongnu.org, Blue Swirl , Gerd Hoffmann , Stefan Hajnoczi , David Gibson On 15 April 2013 11:01, Peter Maydell wrote: > This copy of assert.h seems to be broken. The declarations > should be guarded (by _ASSERT_H_DECLS in my system's copy). FWIW, the _ASSERT_H_DECLS fix appears to be a Debian specific patch (added in 2003; I can't find any record of it ever being submitted upstream). -- PMM