]> granicus.if.org Git - graphviz/commitdiff
squash -Wunused-parameter warnings in configure_event
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 19 Apr 2021 00:06:17 +0000 (17:06 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 25 Apr 2021 18:58:20 +0000 (11:58 -0700)
cmd/smyrna/gltemplate.c

index d3064261d21ab16360a05c26699b6c3be92350a3..72297e7eebf73696cde1623713e6d35d7ad311ab 100644 (file)
@@ -175,6 +175,9 @@ static void realize(GtkWidget * widget, gpointer data)
 static gboolean configure_event(GtkWidget * widget,
                                GdkEventConfigure * event, gpointer data)
 {
+    (void)event;
+    (void)data;
+
     int vPort[4];
     float aspect;
     GdkGLContext *glcontext = gtk_widget_get_gl_context(widget);