From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv8F3-0001hx-R2 for qemu-devel@nongnu.org; Tue, 15 Jan 2013 10:16:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv8F2-0003Oj-OL for qemu-devel@nongnu.org; Tue, 15 Jan 2013 10:15:57 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:41029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv8F2-0003Oa-IZ for qemu-devel@nongnu.org; Tue, 15 Jan 2013 10:15:56 -0500 Received: by mail-wg0-f50.google.com with SMTP id es5so138224wgb.17 for ; Tue, 15 Jan 2013 07:15:55 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50F572A8.9010607@redhat.com> Date: Tue, 15 Jan 2013 16:15:52 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1357723028-12929-1-git-send-email-kraxel@redhat.com> <1357723028-12929-2-git-send-email-kraxel@redhat.com> <50F4E0E4.8000506@suse.de> <50F567C2.3000807@redhat.com> In-Reply-To: <50F567C2.3000807@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/2] pixman: fix warning List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Blue Swirl , agraf@suse.de, Richard Guenther , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org Il 15/01/2013 15:29, Gerd Hoffmann ha scritto: >> > Using the pragmas unconditionally results in change from: >> > >> > CC qemu-timer.o >> > cc1: warnings being treated as errors >> > In file included from >> > /home/andreas/QEMU/qemu-s390/include/ui/qemu-pixman.h:13, >> > from /home/andreas/QEMU/qemu-s390/include/ui/console.h:4, >> > from /home/andreas/QEMU/qemu-s390/qemu-timer.c:27: >> > /usr/include/pixman-1/pixman.h:225: error: redundant redeclaration of >> > ‘pixman_transform_from_pixman_f_transform’ >> > /usr/include/pixman-1/pixman.h:221: error: previous declaration of >> > ‘pixman_transform_from_pixman_f_transform’ was here >> > make: *** [qemu-timer.o] Fehler 1 >> > >> > to: >> > >> > CC qemu-timer.o >> > cc1: warnings being treated as errors >> > In file included from >> > /home/andreas/QEMU/qemu-s390/include/ui/qemu-pixman.h:13, >> > from /home/andreas/QEMU/qemu-s390/include/ui/console.h:4, >> > from /home/andreas/QEMU/qemu-s390/qemu-timer.c:27: >> > /usr/include/pixman-1/pixman.h:221: error: previous declaration of >> > ‘pixman_transform_from_pixman_f_transform’ was here >> > make: *** [qemu-timer.o] Fehler 1 > That looks like a gcc bug to me. Me too. CCing Richard Guenther, or whatever his surname is now :), from SuSE. Paolo