summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/downman/files/0.0.5-gcc34.patch')
-rw-r--r--www-client/downman/files/0.0.5-gcc34.patch44
1 files changed, 44 insertions, 0 deletions
diff --git a/www-client/downman/files/0.0.5-gcc34.patch b/www-client/downman/files/0.0.5-gcc34.patch
new file mode 100644
index 000000000000..951162573a7e
--- /dev/null
+++ b/www-client/downman/files/0.0.5-gcc34.patch
@@ -0,0 +1,44 @@
+diff -uprN clients.orig/gnome/gdownman/gdownman.c clients/gnome/gdownman/gdownman.c
+--- clients.orig/gnome/gdownman/gdownman.c 2005-02-20 13:28:00.682539288 +0100
++++ clients/gnome/gdownman/gdownman.c 2005-02-20 13:32:41.778806160 +0100
+@@ -781,6 +781,7 @@ gdownman_select_matched (GtkWidget *call
+ break;
+
+ default:
++ ;
+ }
+
+ gtk_widget_destroy(dialog);
+diff -uprN clients.orig/gnome/gdownman/new-project.c clients/gnome/gdownman/new-project.c
+--- clients.orig/gnome/gdownman/new-project.c 2005-02-20 13:28:00.684538984 +0100
++++ clients/gnome/gdownman/new-project.c 2005-02-20 13:35:32.724818416 +0100
+@@ -201,6 +201,7 @@ new_project_response_cb (GtkDialog *dial
+ break;
+
+ default:
++ ;
+ }
+
+ gtk_widget_destroy (GTK_WIDGET (dialog));
+diff -uprN clients.orig/gnome/gdownman/new-url.c clients/gnome/gdownman/new-url.c
+--- clients.orig/gnome/gdownman/new-url.c 2005-02-20 13:28:00.682539288 +0100
++++ clients/gnome/gdownman/new-url.c 2005-02-20 13:34:19.128006832 +0100
+@@ -227,6 +227,7 @@ new_url_response_cb (GtkDialog *dialog,
+ break;
+
+ default:
++ ;
+ }
+
+ gtk_widget_destroy (GTK_WIDGET (dialog));
+diff -uprN clients.orig/gnome/monitor/dmgmonitor.c clients/gnome/monitor/dmgmonitor.c
+--- clients.orig/gnome/monitor/dmgmonitor.c 2005-02-20 13:28:00.685538832 +0100
++++ clients/gnome/monitor/dmgmonitor.c 2005-02-20 13:28:08.049419352 +0100
+@@ -277,6 +277,7 @@ void dmgmonitor_download_new(GtkWidget *
+ break;
+
+ default:
++ ;
+ }
+
+ gtk_widget_destroy(dialog);