# HG changeset patch # User chainsaw # Date 1158445316 25200 # Node ID 320ce198ab34dc297d5fe4167c4ca07b21c7a542 # Parent 14e6dd38e108cde4aa97cacdb707182e48f604b3 [svn] 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). diff -r 14e6dd38e108 -r 320ce198ab34 ChangeLog --- a/ChangeLog Sat Sep 16 10:08:23 2006 -0700 +++ b/ChangeLog Sat Sep 16 15:21:56 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-16 17:08:23 +0000 Jonathan Schleifer + revision [2367] + Fixed 3 warnings, 2 unused variables and 1 missing include + + Changes: Modified: + +2 -2 trunk/Plugins/Output/arts/audio.c + +1 -0 trunk/Plugins/Visualization/paranormal/client.c + + 2006-09-16 15:34:03 +0000 Tony Vroon revision [2365] Use the VFS layer. diff -r 14e6dd38e108 -r 320ce198ab34 audacious/widgets/Makefile --- a/audacious/widgets/Makefile Sat Sep 16 10:08:23 2006 -0700 +++ b/audacious/widgets/Makefile Sat Sep 16 15:21:56 2006 -0700 @@ -13,6 +13,7 @@ -I../.. \ -I.. \ -I../../intl \ + -Wno-strict-aliasing SOURCES = \ widget.c \ diff -r 14e6dd38e108 -r 320ce198ab34 configure.ac --- a/configure.ac Sat Sep 16 10:08:23 2006 -0700 +++ b/configure.ac Sat Sep 16 15:21:56 2006 -0700 @@ -922,7 +922,7 @@ if test -n "$GCC" then - CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing -Wno-unused-parameter -Wpointer-arith -finline-functions -ffast-math" + CFLAGS="$CFLAGS -Wall -Wno-unused-parameter -Wpointer-arith -finline-functions -ffast-math" case "$CFLAGS" in -g*) ;; *\ -g*) ;;