From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx8Sc-0003Ji-Rn for qemu-devel@nongnu.org; Tue, 26 May 2015 02:35:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yx8SY-0008Qn-Ky for qemu-devel@nongnu.org; Tue, 26 May 2015 02:35:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx8SY-0008Qb-CV for qemu-devel@nongnu.org; Tue, 26 May 2015 02:35:30 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t4Q6ZSV3010449 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 26 May 2015 02:35:28 -0400 Message-ID: <1432622125.28482.2.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 26 May 2015 08:35:25 +0200 In-Reply-To: <5560BC64.6060600@redhat.com> References: <1432135182-29676-1-git-send-email-kraxel@redhat.com> <1432135182-29676-5-git-send-email-kraxel@redhat.com> <5560BC64.6060600@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 4/5] gtk: add opengl support, using egl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Paolo Bonzini , qemu-devel@nongnu.org Hi, > only). That, or pass -Wno-deprecated-declarations for compiling > ui/gtk.c, but that seems very ugly to me. We can also try some #pragma warn dance, to limit the -Wno-deprecated-declarations to a small code block. We have something simliar already for a bug in the gtk2 headers. cheers, Gerd