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


Reply via email to