On Sep 23, 2015, at 1:38 PM, 173279834462 <nginx-fo...@nginx.us> wrote: > inflate.c:1507:61: warning: shifting a negative signed value is undefined > [-Wshift-negative-value] > if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16; > > ~~~ ^
Looks like you are building nginx with zlib library sources specified manually with —-with-zlib option, and that’s an issue in zlib, not nginx. If such a warning bothers you, you may want to look at this change: https://github.com/madler/zlib/commit/e54e12 -- Sergey Kandaurov _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx