Mercurial > audlegacy
diff configure.ac @ 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 | ffa7b9168190 |
children | b6ea1314f15c |
line wrap: on
line diff
--- 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*) ;;