I don't have time to confirm right now, but the warning about scandir complains about the fourth argument, not the third, i.e. uwsgi_versionsort.
I think it's due to const struct * v.s. const void *. On Sun, Feb 8, 2015 at 5:26 PM, Roberto De Ioris <[email protected]> wrote: > >> Ditto on CentOS 6 + gcc 4.4.6 due to the uwsgi::opt patch (b59294d): >> >> cc1: warnings being treated as errors >> plugins/psgi/psgi_loader.c: In function 'xs_init': >> plugins/psgi/psgi_loader.c:305: error: value computed is not used >> plugins/psgi/psgi_loader.c:310: error: value computed is not used >> plugins/psgi/psgi_loader.c:313: error: value computed is not used >> >> > > They should be fixed now. Thanks > > -- > Roberto De Ioris > http://unbit.com > _______________________________________________ > 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
