[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] nanosleep in mingw-builds
- To: sc-dev@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-dev] nanosleep in mingw-builds
- From: Tim Blechmann <tim@xxxxxxxxxx>
- Date: Mon, 24 Dec 2012 21:53:36 +0100
- In-reply-to: <5E05304FD23A4680A709C215B42B4E73@victorPortatil>
- List-id: SuperCollider developers mailing list <sc-devel.create.ucsb.edu>
- References: <436609D980164E50B32EEBFD8DD38D47@victorPortatil> <5E05304FD23A4680A709C215B42B4E73@victorPortatil>
- Reply-to: sc-dev@xxxxxxxxxxxxxxxx
- Sender: owner-sc-dev@xxxxxxxxxxxxxxxx
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0
> +#ifndef __MINGW64_VERSION_MAJOR //defined in stdio.h mingw64 for 64 and 32 bits
> #define nanosleep win32_nanosleep
> +#else
> +#warning "not re-defining nanosleep on mingw32"
> +#endif
> #define pipe win32_pipe
i suppose, the warning adds some noise to the compilation, if it is not
necessary to define nanosleep, then we don't need to warn ... could you
remove the warning from this patch?
thnx, tim
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/