mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 07:40:05 +01:00
xfree86: fix compiler warnings - unused variable i
../../../../hw/xfree86/common/xf86Config.c: In function 'configDRI':
../../../../hw/xfree86/common/xf86Config.c:2213:9: warning: unused variable
'i'
Introduced in 788bfbf18a
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
6b982d73bb
commit
4132b1c591
1 changed files with 0 additions and 1 deletions
|
|
@ -2210,7 +2210,6 @@ configDevice(GDevPtr devicep, XF86ConfDevicePtr conf_device, Bool active)
|
|||
static void
|
||||
configDRI(XF86ConfDRIPtr drip)
|
||||
{
|
||||
int i;
|
||||
struct group *grp;
|
||||
|
||||
xf86ConfigDRI.group = -1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue