From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkZAZ-0006ID-5v for qemu-devel@nongnu.org; Tue, 21 Apr 2015 10:29:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkZAV-0002aJ-2o for qemu-devel@nongnu.org; Tue, 21 Apr 2015 10:28:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkZAU-0002a4-TE for qemu-devel@nongnu.org; Tue, 21 Apr 2015 10:28:54 -0400 Message-ID: <55365EA0.5000801@redhat.com> Date: Tue, 21 Apr 2015 16:28:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1426501911-1402-1-git-send-email-hw.claudio@gmail.com> <55097E0A.6020808@huawei.com> <55158312.9050109@huawei.com> <20150420180142.58856911@redhat.com> <55365DC8.4000004@huawei.com> In-Reply-To: <55365DC8.4000004@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v3] monitor: add memory search commands s, sp List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana , Luiz Capitulino Cc: Peter Maydell , Claudio Fontana , Gonglei , qemu-devel@nongnu.org On 21/04/2015 16:25, Claudio Fontana wrote: > I seem not to get this warning with the compiler version I am currently using, > and after checking the code I could not find out why with some compilers would emit such a warning. > > It is difficult for me to debug this issue since I do not get this.. > I am using a slightly older compiler from Linaro for AArch64 (4.8.3 based) I would just add a NULL initializer. Paolo