Skip to content

Commit 0588be6

Browse files
malespiautmetux
authored andcommitted
dix: FreeClientPixels(): fix -Wunused-parameter warning
Signed-off-by: Marc-Alexandre Espiaut <[email protected]>
1 parent fcbb2ba commit 0588be6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dix/colormap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,7 @@ FreePixels(ColormapPtr pmap, int client)
14781478
int
14791479
FreeClientPixels(void *value, XID fakeid)
14801480
{
1481+
(void) fakeid;
14811482
void *pmap;
14821483
colorResource *pcr = value;
14831484
int rc;

0 commit comments

Comments
 (0)