From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9RYj-0007X3-5A for qemu-devel@nongnu.org; Mon, 08 Oct 2018 05:10:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9RYi-0002yY-Fe for qemu-devel@nongnu.org; Mon, 08 Oct 2018 05:10:37 -0400 Date: Mon, 8 Oct 2018 11:10:22 +0200 From: Kevin Wolf Message-ID: <20181008091022.GA4604@localhost.localdomain> References: <20181006183851.3797-1-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181006183851.3797-1-sw@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] qemu-io-cmds: Fix two format strings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developer , QEMU Trivial , Max Reitz , qemu-block@nongnu.org Am 06.10.2018 um 20:38 hat Stefan Weil geschrieben: > Use %zu instead of %zd for unsigned numbers. > > This fixes two error messages from the LSTM static code analyzer: > > This argument should be of type 'ssize_t' but is of type 'unsigned long' > > Signed-off-by: Stefan Weil Thanks, applied to the block branch. Kevin