Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1C07E431FBF; Wed, 18 Nov 2009 15:22:54 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ReKN0pUpv+Wg; Wed, 18 Nov 2009 15:22:53 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 0F0D8431FBC; Wed, 18 Nov 2009 15:22:53 -0800 (PST) From: Carl Worth To: Chris Wilson , notmuch@notmuchmail.org In-Reply-To: <1258544095-16616-1-git-send-email-chris@chris-wilson.co.uk> References: <1258544095-16616-1-git-send-email-chris@chris-wilson.co.uk> <1258544095-16616-2-git-send-email-chris@chris-wilson.co.uk> Date: Thu, 19 Nov 2009 00:22:38 +0100 Message-ID: <87skcbmn9d.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH 2/2] reply: Pointer mismatch. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 23:22:54 -0000 On Wed, 18 Nov 2009 11:34:54 +0000, Chris Wilson wrote: > Currently the same `pkg-config ...` is executed for every target, so > just store the results in a variable. On Wed, 18 Nov 2009 11:34:55 +0000, Chris Wilson wrote: > Apparently typeof (size_t) != unsigned int on my x86-64. Thanks! Both pushed. -Carl