(trunk libT) fix some code that the newly-added gcc warnings didn't like

This commit is contained in:
Charles Kerr
2009-01-23 18:44:15 +00:00
parent 0e072e7c25
commit 13c22f88ff
12 changed files with 147 additions and 82 deletions

View File

@@ -510,7 +510,7 @@ torrentGet( tr_session * session,
tr_torrent ** torrents = getTorrents( session, args_in, &torrentCount );
tr_benc * list = tr_bencDictAddList( args_out, "torrents", torrentCount );
tr_benc * fields;
char * msg = NULL;
const char * msg = NULL;
assert( idle_data == NULL );