comparison ChangeLog @ 1718:44c3711dd049 trunk

[svn] Fixed a LOT of warnings showing up with -Wall. This is the first step towards making Audacious compile with -Wall -Werror, but it's still far from beeing finished. PS: *sigh* I even had to patch C++ (therefore ugly) files!
author js
date Sat, 16 Sep 2006 17:17:22 -0700
parents 837983bac90f
children ac675d98a2c5
comparison
equal deleted inserted replaced
1717:837983bac90f 1718:44c3711dd049
1 2006-09-16 23:26:54 +0000 Jonathan Schleifer <js@h3c.de>
2 revision [2371]
3 Fixed a lot of warnings that only showed up on *BSD.
4
5 Changes: Modified:
6 +4 -4 trunk/Plugins/General/scrobbler/fmt.c
7 +1 -1 trunk/Plugins/General/scrobbler/xmms_scrobbler.c
8 +5 -2 trunk/Plugins/Input/wma/libffwma/mms.c
9 +1 -1 trunk/Plugins/Visualization/paranormal/pn/pnbooleanoption.c
10 +5 -4 trunk/Plugins/Visualization/paranormal/pn/pnscriptparser.y
11 +2 -1 trunk/audacious/getopt.c
12 +1 -1 trunk/audacious/util.c
13 +1 -1 trunk/audacious/widgets/textbox.c
14
15
1 2006-09-16 22:21:56 +0000 Tony Vroon <chainsaw@gentoo.org> 16 2006-09-16 22:21:56 +0000 Tony Vroon <chainsaw@gentoo.org>
2 revision [2369] 17 revision [2369]
3 Our code is clean enough to not need -Wno-strict-aliasing, with the exception of playlist_list.c (so set that flag for widgets dir only). 18 Our code is clean enough to not need -Wno-strict-aliasing, with the exception of playlist_list.c (so set that flag for widgets dir only).
4 19
5 Changes: Modified: 20 Changes: Modified: