Re: [Flightgear-devel] Build with -Werror=format-security

2009-03-22 Thread Melchior FRANZ
* Frederik -- Sunday 22 March 2009: > Could you verify if this patch is correct, It isn't. It's double wrong. It changes from *using* a format to *displaying* it. And it introduces "%d" for a char*. m. -- Apps built wit

[Flightgear-devel] Build with -Werror=format-security

2009-03-22 Thread Frederik
Mandriva uses the CFLAG -Werror=format-security by default now. To build flightgear 1.9.1 with this CFLAG, I had to apply this patch. http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/flightgear/current/SOURCES/FlightGear-1.9.1-string-fmt.patch?view=co Could you verify if this patch is c