Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2020-01-17 06:42:42 +01:00
parent b7eda5543a
commit deddca057d

View File

@ -719,6 +719,7 @@ void pdf_render_area(GtkWidget *area, GdkEventExpose *event, void * data)
PDF * pdf = data;
GdkWindow * window;
cairo_t *cr;
(void) event;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s()\n", __func__);