changeset 1716:320ce198ab34 trunk

[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).
author chainsaw
date Sat, 16 Sep 2006 15:21:56 -0700
parents 14e6dd38e108
children 837983bac90f
files ChangeLog audacious/widgets/Makefile configure.ac
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <js@h3c.de>
+  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 <chainsaw@gentoo.org>
   revision [2365]
   Use the VFS layer.
--- 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 \
--- 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*) ;;