Re: [Mesa-dev] [PATCH mesa-demos 1/6] es1_info: convert indentString into a literal string

2011-01-07 Thread Brian Paul
Thanks, I've applied the patch series. -Brian On 01/06/2011 09:09 AM, Paulo Zanoni wrote: This fixes compilation with -Wformat -Werror=format-security. Some distros like Mandriva enable this flag by default. Its purpose is to improve security. Another option for this patch would be to do

[Mesa-dev] [PATCH mesa-demos 1/6] es1_info: convert indentString into a literal string

2011-01-06 Thread Paulo Zanoni
This fixes compilation with -Wformat -Werror=format-security. Some distros like Mandriva enable this flag by default. Its purpose is to improve security. Another option for this patch would be to do printf(%s, indentString), but converting indentString into a literal also gives the compiler some