From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v2 02/18] KVM/MIPS32: Arch specific KVM data structures. Date: Wed, 26 Dec 2012 15:14:45 +0200 Message-ID: <20121226131445.GH17584@redhat.com> References: <1353551656-23579-1-git-send-email-sanjayl@kymasys.com> <1353551656-23579-3-git-send-email-sanjayl@kymasys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, linux-mips@linux-mips.org To: Sanjay Lal Return-path: Content-Disposition: inline In-Reply-To: <1353551656-23579-3-git-send-email-sanjayl@kymasys.com> Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: List-Id: kvm.vger.kernel.org On Wed, Nov 21, 2012 at 06:34:00PM -0800, Sanjay Lal wrote: > + > +#ifndef __unused > +#define __unused __attribute__((unused)) > +#endif > + There are __maybe_unused and __always_unused, no need to define your own. -- Gleb.