comparison audacious/playlist_list.c @ 701:d539e5c5f730 trunk

[svn] Fixes of the remaining GCC 4.1 warnings from external contributor Diego "Flameeyes" Petteno (Gentoo).
author chainsaw
date Sun, 26 Feb 2006 13:08:35 -0800
parents 0a73d1faeb4e
children 35e19f8de781
comparison
equal deleted inserted replaced
700:99382cddf771 701:d539e5c5f730
354 gint width, height; 354 gint width, height;
355 gint i, max_first; 355 gint i, max_first;
356 guint padding, padding_dwidth, padding_plength; 356 guint padding, padding_dwidth, padding_plength;
357 guint max_time_len = 0; 357 guint max_time_len = 0;
358 gint queue_tailpadding = 0; 358 gint queue_tailpadding = 0;
359 gint tpadding, tpadding_dwidth = 0; 359 gint tpadding;
360 gsize tpadding_dwidth = 0;
360 361
361 gchar tail[100]; 362 gchar tail[100];
362 gchar queuepos[255]; /* FIXME CRITICAL: Allows for a limited number of queue positions only */ 363 gchar queuepos[255]; /* FIXME CRITICAL: Allows for a limited number of queue positions only */
363 gchar length[40]; 364 gchar length[40];
364 365