forked from AuroraMiddleware/gtk
Silence a compiler warning
This commit is contained in:
parent
286d3466a1
commit
0d49b97fce
@ -653,7 +653,7 @@ test_file_chooser_button_with_response (const FileChooserButtonTest *setup, gint
|
||||
{
|
||||
WindowAndButton w;
|
||||
SignalWatcher *watcher;
|
||||
GtkWidget *fc_dialog;
|
||||
GtkWidget *fc_dialog = NULL;
|
||||
int iterations;
|
||||
int i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user