|
From: | Mike Frysinger |
Subject: | Re: [Libunwind-devel] [PATCH 03/11] ppc32: add used attribute to dmy_ctxt |
Date: | Mon, 10 Sep 2012 21:30:49 -0400 |
On Mon, Sep 10, 2012 at 8:21 PM, Cody P Schafer wrote: > -static ucontext_t dmy_ctxt; > +static ucontext_t dmy_ctxt __attribute__((__used__)); shouldn't that be UNUSED (defined by include/libunwind_i.h) ? -mike
[Prev in Thread] | Current Thread | [Next in Thread] |