[llvm-commits] [llvm-gcc-4.2] r46862 - /llvm-gcc-4.2/trunk/gcc/config/darwin.c

Bill Wendling isanbard at gmail.com
Thu Feb 7 17:07:54 PST 2008


On Feb 7, 2008 2:34 PM, Eric Christopher <echristo at apple.com> wrote:
>
> On Feb 7, 2008, at 2:31 PM, Bill Wendling wrote:
>
> > +/* LLVM LOCAL begin */
> > +#ifdef ENABLE_LLVM
> > +void
> > +darwin_assemble_visibility (tree decl ATTRIBUTE_UNUSED, int vis)
> > +#else
> > void
> > darwin_assemble_visibility (tree decl, int vis)
> > +#endif
>
> FWIW you can just mark it if there are occasions where it's not used
> and gcc won't complain.
>
I was wondering about that. Done. Thanks!

-bw



More information about the llvm-commits mailing list