From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 6 Feb 2016 14:12:21 +0100 Subject: [U-Boot] [PATCH 5/6] bzlib: Try another way to fix an unused variable In-Reply-To: <1454193919-27264-5-git-send-email-sjg@chromium.org> References: <1454193919-27264-1-git-send-email-sjg@chromium.org> <1454193919-27264-5-git-send-email-sjg@chromium.org> Message-ID: <20160206141221.6a8b1057@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 30 Jan 2016 15:45:18 -0700 Simon Glass sjg at chromium.org wrote: > Use __maybe_unused which should avoid the Coverity error. > > Reported-by: Coverity (CID: 134900) > > Signed-off-by: Simon Glass > --- > > lib/bzip2/bzlib_compress.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) applied to u-boot-staging, thanks! -- Anatolij