Subject: Re: [hwloc-devel] Attribute unsed not regognized From: Samuel Thibault (samuel.thibault_at_[hidden]) Date: 2010-03-26 12:01:27
Thanks for the idea.
Bert Wesarg, le Fri 26 Mar 2010 12:33:00 +0100, a écrit : > +#define HWLOC_HAVE(what) (defined(HWLOC_HAVE_##what) && HWLOC_HAVE_##what)
Unfortunately some compilers (such as gcc 2.95) do not accept this.
Samuel