Re: [Mesa-dev] [PATCH v2] util: Only use open coded snprintf for MSVC.

2012-11-16 Thread Brian Paul
On 11/15/2012 12:41 PM, Vinson Lee wrote: MinGW has snprintf. The patch fixes these warnings with the MinGW SCons build. src/gallium/auxiliary/util/u_snprintf.c:459:1: warning: no previous prototype for ‘util_vsnprintf’ [-Wmissing-prototypes] src/gallium/auxiliary/util/u_snprintf.c:1436:1: war

[Mesa-dev] [PATCH v2] util: Only use open coded snprintf for MSVC.

2012-11-15 Thread Vinson Lee
MinGW has snprintf. The patch fixes these warnings with the MinGW SCons build. src/gallium/auxiliary/util/u_snprintf.c:459:1: warning: no previous prototype for ‘util_vsnprintf’ [-Wmissing-prototypes] src/gallium/auxiliary/util/u_snprintf.c:1436:1: warning: no previous prototype for ‘util_snpri