mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 04:18:04 +02:00
Fix "warning: ‘rc’ may be used uninitialized in this function".
This commit is contained in:
parent
e90fcd8294
commit
37a64b02df
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ ProcXChangeDeviceHierarchy(ClientPtr client)
|
|||
xAnyHierarchyChangeInfo *any;
|
||||
int required_len = sizeof(xChangeDeviceHierarchyReq);
|
||||
char n;
|
||||
int rc;
|
||||
int rc = Success;
|
||||
int nchanges = 0;
|
||||
deviceHierarchyChangedEvent ev;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue