pycousin / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

Fails to build with -Wformat -Werror=format-security #613

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If gnome-mplayer is built with -Wformat -Werror=format-security it fails to 
build with

support.c: In function 'parse_vcd':
support.c:888:45: error: format not a string literal and no format arguments 
[-Werror=format-security]

Please consider the attached patch to fix this issue.

Original issue reported on code.google.com by s.ramac...@gmail.com on 29 Apr 2012 at 5:33

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, patch applied to SVN r2246

Original comment by kdeko...@gmail.com on 29 Apr 2012 at 6:40