From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqKBQ-0001WG-SS for qemu-devel@nongnu.org; Wed, 13 Apr 2016 08:46:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqKBL-0007Lx-Q8 for qemu-devel@nongnu.org; Wed, 13 Apr 2016 08:46:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqKBL-0007Lh-Jz for qemu-devel@nongnu.org; Wed, 13 Apr 2016 08:46:07 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9A9BEC05E168 for ; Wed, 13 Apr 2016 12:46:06 +0000 (UTC) Message-ID: <1460551563.31779.2.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 13 Apr 2016 14:46:03 +0200 In-Reply-To: <20160413112400.GB6367@work-vm> References: <20160413112400.GB6367@work-vm> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] Gdk deprecations on fedora24/gdk 3.20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: qemu-devel@nongnu.org On Mi, 2016-04-13 at 12:24 +0100, Dr. David Alan Gilbert wrote: > Hi Gerd, > I tried building qemu head on f24, there are a bunch of gtk > deprecations: >=20 > (This is from gtk gtk3-3.20.2-1.fc24.x86_64) Hmm, time to upgrade my fedora container to f24 I guess. But not urgent for 2.6 (we don't have -werror in release builds for a reason ...). I'll have a look soonish. cheers, Gerd