From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFqRi-0000Bc-H9 for qemu-devel@nongnu.org; Mon, 07 Jul 2008 09:07:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFqRg-0000AR-A2 for qemu-devel@nongnu.org; Mon, 07 Jul 2008 09:07:57 -0400 Received: from [199.232.76.173] (port=49474 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFqRg-0000AF-1Z for qemu-devel@nongnu.org; Mon, 07 Jul 2008 09:07:56 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:58680) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFqRf-0008HB-Ex for qemu-devel@nongnu.org; Mon, 07 Jul 2008 09:07:55 -0400 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KFqRO-00037K-TB for qemu-devel@nongnu.org; Mon, 07 Jul 2008 15:07:38 +0200 Date: Mon, 7 Jul 2008 14:07:38 +0100 From: Samuel Thibault Message-ID: <20080707130738.GF4538@implementation.uk.xensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] slirp_insque/remque Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, In slirp/misc.c, insque and remque have the inline qualifier. They shouldn't, else compilation with optimization may optimize them out. It is useless anyway since they are not even used within misc.c Samuel