Etiket: uwsgi

uWSGI Ret Variable Error

Hello Everyone, If you got this error during installation of uwsgi uwsgi.c:2763:6: error: variable ret set but not used [-Werror=unused-but-set-variable] then you got a problem with your GCC. GCC 4.6 cause this error so to fix it you need to downgrade it. Just use apt-get remove gcc (not necessary actually but it is fun lol) […]