Apple's gcc can't handle deprecated attribute

mk-macports at techno.ms mk-macports at techno.ms
Fri Oct 5 02:02:02 PDT 2012


On Oct 5, 2012, at 10:54 AM, Jeremy Huddleston Sequoia wrote:
> Looks like you made a copy/paste-o for one of them:
> 
> -void result_free(result_t *r) __attribute__ ((weak, alias ("csvdb_free_result")));
> -+void result_free(result_t *r);
> ++void result_free(result_t *r) __attribute__ ((deprecated));

Ooops, what's wrong with marking this one here also as deprecated? Was it already sufficient to do that in the 1st patch file? Should I have stayed with just removing the alias or should I modify it differently?

(At least it does build fine for me here, as well as for the buildbot.)


More information about the macports-dev mailing list