forked from AuroraMiddleware/gtk
Merge branch 'matthiasc/for-main' into 'main'
Silence a compiler warning See merge request GNOME/gtk!5340
This commit is contained in:
commit
2442ed87fe
@ -658,7 +658,7 @@ create_file_chooser (GtkFileDialog *self,
|
|||||||
GtkFileChooserNative *chooser;
|
GtkFileChooserNative *chooser;
|
||||||
const char *accept;
|
const char *accept;
|
||||||
const char *default_title, *title;
|
const char *default_title, *title;
|
||||||
GdkDisplay *display;
|
GdkDisplay *display G_GNUC_UNUSED;
|
||||||
|
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user