Avoid a compilation warning
This commit is contained in:
parent
b7eda5543a
commit
deddca057d
|
@ -719,6 +719,7 @@ void pdf_render_area(GtkWidget *area, GdkEventExpose *event, void * data)
|
||||||
PDF * pdf = data;
|
PDF * pdf = data;
|
||||||
GdkWindow * window;
|
GdkWindow * window;
|
||||||
cairo_t *cr;
|
cairo_t *cr;
|
||||||
|
(void) event;
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user