From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkbTi-00085c-K4 for qemu-devel@nongnu.org; Thu, 06 Jun 2013 10:47:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkbTe-0003GA-3m for qemu-devel@nongnu.org; Thu, 06 Jun 2013 10:47:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkbTd-0003G5-SU for qemu-devel@nongnu.org; Thu, 06 Jun 2013 10:47:46 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r56EljGn021920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Jun 2013 10:47:45 -0400 Message-ID: <51B0A10F.6030406@redhat.com> Date: Thu, 06 Jun 2013 16:47:43 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1370529574-31069-1-git-send-email-hdegoede@redhat.com> <1370529574-31069-3-git-send-email-hdegoede@redhat.com> In-Reply-To: <1370529574-31069-3-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] usb/host-libusb: Fix building with libusb git master code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 06/06/13 16:39, Hans de Goede wrote: > The next libusb release will deprecate libusb_get_port_path, and since > we compile with -Werror, this breaks the build. Patch added to usb patch queue. thanks, Gerd