On Sun, Jun 17, 2012 at 1:54 PM, Robert Malko <[email protected]> wrote: > get a buttload of warnings when building 0.7.11. mostly with ev.c, eio.c, > and the openssl stuff up front. > > not sure it matters because it builds but I thought I'd let you know. > > on lion.
It's mostly harmless. We compile with a lot more compiler warnings turned on now. ev.c and eio.c have lots of C constructs that gcc in C89 mode doesn't like, just ignore it. openssl has been deprecated by Apple. I kid you not[1]. [1] http://ludovicrousseau.blogspot.nl/2011/08/mac-os-x-lion-and-openssl.html
