From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58473 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqSoG-0004Qw-AK for qemu-devel@nongnu.org; Fri, 18 Feb 2011 11:03:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqSoF-0002ql-95 for qemu-devel@nongnu.org; Fri, 18 Feb 2011 11:03:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqSoF-0002qd-21 for qemu-devel@nongnu.org; Fri, 18 Feb 2011 11:03:55 -0500 Message-ID: <4D5E9862.5030504@redhat.com> Date: Fri, 18 Feb 2011 17:03:46 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1296572003-13732-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1296572003-13732-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Make spice dummy functions inline to fix calls not checking return values List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org On 02/01/11 15:53, Jes.Sorensen@redhat.com wrote: > From: Jes Sorensen > > qemu_spice_set_passwd() and qemu_spice_set_pw_expire() dummy functions > needs to be inline, in order to handle the case where they are called > without checking the return value. picked into spice patch queue. thanks, Gerd