Re: [Seqan-dev] c++11 and Mavericks generates sem_destroy warning
Dear Jordan,
Please update to SeqAn 2.0.0 if you want to get rid of this warning.
Thanks,
Enrico
On 08 Apr 2015, at 07:47, Jordan Willis <jwillis0720@gmail.com> wrote:
> Hay anyone else come across this? The only thing I think is different was switching to Mavericks, but I get this warning.
>
> include/seqan/system/system_sema.h:110:24: warning: 'sem_destroy' is deprecated
> [-Wdeprecated-declarations]
> bool res = sem_destroy(hSemaphore);
> ^
> /usr/include/sys/semaphore.h:53:5: note: 'sem_destroy' has been explicitly marked deprecated here
> int sem_destroy(sem_t *) __deprecated;
>
>
> Jordan
> _______________________________________________
> seqan-dev mailing list
> seqan-dev@lists.fu-berlin.de
> https://lists.fu-berlin.de/listinfo/seqan-dev