From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [kvm-unit-tests PATCH v1] lib: fix compilation warning Date: Fri, 12 May 2017 17:11:41 +0200 Message-ID: <20170512151141.GB13216@potion> References: <20170512104723.9469-1-david@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Paolo Bonzini , Thomas Huth , David Matlack To: David Hildenbrand Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39782 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932857AbdELPLr (ORCPT ); Fri, 12 May 2017 11:11:47 -0400 Content-Disposition: inline In-Reply-To: <20170512104723.9469-1-david@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-05-12 12:47+0200, David Hildenbrand: > GCC doesn't like comparison of signed and unsigned values. > > Signed-off-by: David Hildenbrand > --- Applied, thanks.