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:
		| @ -183,9 +183,6 @@ find_largest_sizes (gulong *data, | ||||
|   while (nitems > 0) | ||||
|     { | ||||
|       int w, h; | ||||
|       gboolean replace; | ||||
|  | ||||
|       replace = FALSE; | ||||
|  | ||||
|       if (nitems < 3) | ||||
|         return FALSE; /* no space for w, h */ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen