Silence a compiler warning

This commit is contained in:
Matthias Clasen 2013-05-01 21:35:39 -04:00
parent 286d3466a1
commit 0d49b97fce

View File

@ -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;