The MSVC compilers are whingeing about recent changes in snprintf.c: src\port\snprintf.c(1051): warning C4146: unary minus operator applied to unsigned type, result still unsigned The line in question reads: uvalue = -(unsigned long long) value; cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
- MSVC compilers complain about snprintf Andrew Dunstan
- Re: MSVC compilers complain about snprintf Andres Freund
- Re: MSVC compilers complain about snprintf Andrew Dunstan
- Re: MSVC compilers complain about snprintf Tom Lane