table: Avoid initializer warnings with GCC 4.9.
[pspp] / src / output / cairo.c
index b0915dc583bc6e529b01f6302f36ec04fa371380..56919b8d77970a4b2550c4d8b9a084edf7a92728 100644 (file)
@@ -1483,7 +1483,7 @@ xr_layout_cell_text (struct xr_driver *xr, const struct table_cell *cell,
             dump_line (xr, -xr->left_margin, best,
                        xr->width + xr->right_margin, best,
                        RENDER_LINE_SINGLE,
-                       &CELL_COLOR (0, 255, 0));
+                       &(struct cell_color) CELL_COLOR (0, 255, 0));
         }
     }