Silence a compiler warning

This commit is contained in:
Matthias Clasen
2022-12-16 00:12:44 -05:00
parent aafc6279a3
commit 6cb5f20942

View File

@@ -658,7 +658,7 @@ create_file_chooser (GtkFileDialog *self,
GtkFileChooserNative *chooser;
const char *accept;
const char *default_title, *title;
GdkDisplay *display;
GdkDisplay *display G_GNUC_UNUSED;
switch (action)
{