From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS6E5-0001Zh-VD for qemu-devel@nongnu.org; Thu, 11 Sep 2014 11:24:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XS6Dz-0006vP-R6 for qemu-devel@nongnu.org; Thu, 11 Sep 2014 11:24:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS6Dz-0006v9-Kx for qemu-devel@nongnu.org; Thu, 11 Sep 2014 11:23:55 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8BFNsG7019270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 11 Sep 2014 11:23:54 -0400 Message-ID: <1410449032.8604.12.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 11 Sep 2014 17:23:52 +0200 In-Reply-To: <20140911145903.GA27021@redhat.com> References: <20140911145903.GA27021@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] ui causes latest master build failure on rhel6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org Hi, > In file included from /usr/include/gtk-2.0/gtk/gtk.h:228, > from ui/gtk.c:48: > /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function > declaration isn=E2=80=99t a prototype That isn't new. Bug in the gtk2 header files. gtk3 has it fixed, but gtk2.x seems to stay bug compatible forever ... Maybe we should throw in a #pragma to turn off that warning in gtk.c ... cheers, Gerd