Re: [Openocd-development] [PATCH] fix mingw32 fd_set macro warnings

2009-04-21 Thread Spencer Oliver
> > The attached patch is required to work around bugs in the > MinGW32 build. > > For context, the fd_set macros appear to be poorly defined on > MinGW32, causing superfluous sign-compare warnings. The > patch turns it off only when building a) that platform and b) > those files that use th

Re: [Openocd-development] [PATCH] fix mingw32 fd_set macro warnings

2009-04-20 Thread Øyvind Harboe
Let me know when the patch is ready and I'll apply it. -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/ma

[Openocd-development] [PATCH] fix mingw32 fd_set macro warnings

2009-04-20 Thread Zach Welch
Hi all, The attached patch is required to work around bugs in the MinGW32 build. For context, the fd_set macros appear to be poorly defined on MinGW32, causing superfluous sign-compare warnings. The patch turns it off only when building a) that platform and b) those files that use those macros.