From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58261 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPYAz-0002JU-38 for qemu-devel@nongnu.org; Mon, 06 Dec 2010 05:20:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPYAy-0005mH-4p for qemu-devel@nongnu.org; Mon, 06 Dec 2010 05:20:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPYAx-0005m2-Pu for qemu-devel@nongnu.org; Mon, 06 Dec 2010 05:20:07 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oB6AK6ZD001811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 6 Dec 2010 05:20:06 -0500 Message-ID: <4CFCB8D4.5050407@redhat.com> Date: Mon, 06 Dec 2010 11:20:04 +0100 From: Jes Sorensen MIME-Version: 1.0 References: <1291312009-24351-1-git-send-email-Jes.Sorensen@redhat.com> <1291312009-24351-4-git-send-email-Jes.Sorensen@redhat.com> <4CF8E2E4.7030901@redhat.com> <4CFC987D.4090104@redhat.com> <4CFCAEC1.3060900@redhat.com> In-Reply-To: <4CFCAEC1.3060900@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 3/3] Fail if detecting an unknown option List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 12/06/10 10:37, Kevin Wolf wrote: > Am 06.12.2010 09:02, schrieb Jes Sorensen: >> On 12/03/10 13:30, Kevin Wolf wrote: >> There is a perfectly logical explanation for that. Doing that would >> require for me to have clue, which is a bit much to expect :) >> >> That said, we should really do the same for the c == -1 case as well. > > That's what I thought at first, too. But then the break relates to the > switch instead of the for, so it would have to become a goto to a new > label. Probably not a big improvement... Yeah, it hit me the moment I hit send, so ignore that comment. Cheers, Jes