get rid of unused span->start field
[mesa.git] / progs / xdemos / glxheads.c
index b1e2be877634a54b8bbdf8a06f64aae7cf1f0352..0145a70e91c250cb93922db65655bffaa7c673d8 100644 (file)
@@ -247,7 +247,7 @@ static void
 PrintInfo(const struct head *h)
 {
    printf("Name: %s\n", h->DisplayName);
-   printf("  Display:     %p\n", h->Dpy);
+   printf("  Display:     %p\n", (void *) h->Dpy);
    printf("  Window:      0x%x\n", (int) h->Win);
    printf("  Context:     0x%lx\n", (long) h->Context);
    printf("  GL_VERSION:  %s\n", h->Version);