vo_gl3: avoid compiler warning with -Wformat-security
commit7639f31aec89f977c67b930a8cc9acfff4948e3b
authorUoti Urpala <uau@mplayer2.org>
Tue, 13 Nov 2012 17:29:20 +0000 (13 19:29 +0200)
committerUoti Urpala <uau@mplayer2.org>
Tue, 13 Nov 2012 17:36:37 +0000 (13 19:36 +0200)
treeb29f6870b9f172900b478ac0c5e18c05f0f093dc
parenta2ec6d2c112412352393fb2985aec4ac845ebfe5
vo_gl3: avoid compiler warning with -Wformat-security

There was no real problem with the code, but Ubuntu reportedly forces
the -Werror=format-security compiler switch for all their package
builds. Thus the otherwise harmless warning caused a compilation
failure in their setup.
libvo/vo_gl3.c