Thanks. I will try. -------------------------- Jay States from iPhone 941-780-5060
On Dec 31, 2011, at 11:01 AM, "Roberto De Ioris" <[email protected]> wrote: > >> I would like to say thanks, but will not compile on my OS X 10.7.2. >> >> Version 0.9.9 compiles fine. >> >> The error is master.c: In function 'logger_thread_loop' >> >> master.c.99: warning: no return statement on function non-void. >> >> Big thanks. > > > Is this latest XCode or some third-party gcc ? > > I only test on OSX with XCode. > > By the way, you can add > > return NULL; > > at the end of logger_thread_loop function to make gcc happy. > > >> > -- > Roberto De Ioris > http://unbit.it > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
