• Ulrich Sibiller's avatar
    Pending.c: Fix compilation warning · babaf67c
    Ulrich Sibiller authored
    Pending.c: In function ‘XEventsQueued’:
    Pending.c:44:5: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct Display *’ [-Wformat=]
         fprintf(stderr, "\nXEventsQueued: Called with a display at [%p].\n", dpy);
         ^
    babaf67c
Pending.c 2.12 KB