Silence new gcc warnings
gcc 4.6.0 has started to warn about set-but-unused variables. So don't do that, then.
This commit is contained in:
		| @ -202,11 +202,9 @@ static gboolean | ||||
| gtk_spinner_draw (GtkWidget *widget, | ||||
|                   cairo_t   *cr) | ||||
| { | ||||
|   GtkSpinnerPrivate *priv; | ||||
|   GtkStyleContext *context; | ||||
|   GtkStateFlags state; | ||||
|  | ||||
|   priv = GTK_SPINNER (widget)->priv; | ||||
|   context = gtk_widget_get_style_context (widget); | ||||
|   state = gtk_widget_get_state_flags (widget); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen