Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
lxmusic
lxmusic-0.4.4-no-gcc-warnings.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lxmusic-0.4.4-no-gcc-warnings.patch of Package lxmusic
diff -uNr old-lxmusic-0.4.4//src/lxmusic.c lxmusic-0.4.4/src/lxmusic.c --- old-lxmusic-0.4.4//src/lxmusic.c 2010-04-11 02:15:13.000000000 +0200 +++ lxmusic-0.4.4/src/lxmusic.c 2010-04-14 00:15:25.311019476 +0200 @@ -576,9 +576,7 @@ static int on_coll_info_received(xmmsv_t* value, void* user_data) { - xmmsv_list_iter_t *l_iter; int32_t id; - const gchar *str; GtkTreeModel* model = GTK_TREE_MODEL(list_store); GtkTreeIter it; int i = 0; @@ -601,7 +599,6 @@ while (gtk_list_store_iter_is_valid( list_store , &it )) { xmmsv_t *track_info; - TrackProperties track_properties; gtk_tree_model_get( model, &it, COL_ID, &id, -1 ); /* find corressponding track info */ track_info = (xmmsv_t*) g_hash_table_lookup( id_to_coll_info, GINT_TO_POINTER( id )); @@ -610,6 +607,8 @@ i++; } g_hash_table_unref( id_to_coll_info ); + + return 0; } @@ -1329,8 +1328,8 @@ { GtkTreeModel* mf; GtkTreeIter it; - xmmsv_coll_t *coll; xmmsc_result_t *res; + int i; int pl_size = xmmsv_list_get_size( value);;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor