From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdFL9-0007tl-TS for qemu-devel@nongnu.org; Mon, 13 Feb 2017 07:02:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdFL5-0000Ay-3T for qemu-devel@nongnu.org; Mon, 13 Feb 2017 07:02:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39864) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdFL4-0000Ab-TN for qemu-devel@nongnu.org; Mon, 13 Feb 2017 07:02:39 -0500 From: Juan Quintela In-Reply-To: <20161027153217.16984-3-dgilbert@redhat.com> (David Alan Gilbert's message of "Thu, 27 Oct 2016 16:32:11 +0100") References: <20161027153217.16984-1-dgilbert@redhat.com> <20161027153217.16984-3-dgilbert@redhat.com> Reply-To: quintela@redhat.com Date: Mon, 13 Feb 2017 13:02:30 +0100 Message-ID: <87k28u70yx.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 2/8] add QEMU_BUILD_BUG_EXPR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, amit.shah@redhat.com, samuel.thibault@ens-lyon.org, jan.kiszka@siemens.com, duanj@linux.vnet.ibm.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Glib's GLIB_STATIC_ASSERT_EXPR can't be used in an array initialisation > where as this rune can. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela