[NeoStats-Devel] [Commits] r102 - branches/3.0
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Fish Date: Fri Jul 1 17:11:20 2005 New Revision: 102 Modified: branches/3.0/configure branches/3.0/configure.in Log: add flag to kill compiler warnings Modified: branches/3.0/configure ============================================================================== --- branches/3.0/configure (original) +++ branches/3.0/configure Fri Jul 1 17:11:20 2005 @@ -1279,7 +1279,7 @@ DIRINST=~/NeoStats3.0/ -CFLAGS="$CFLAGS -O2" +CFLAGS="$CFLAGS -O2 -fno-strict-aliasing" case "$host_os" in *openbsd*) Modified: branches/3.0/configure.in ============================================================================== --- branches/3.0/configure.in (original) +++ branches/3.0/configure.in Fri Jul 1 17:11:20 2005 @@ -13,7 +13,7 @@ AC_DEFINE_UNQUOTED(MODULE_REV, "$MODULE_REV") DIRINST=~/NeoStats3.0/ AC_PREFIX_DEFAULT(~/NeoStats3.0/) -CFLAGS="$CFLAGS -O2" +CFLAGS="$CFLAGS -O2 -fno-strict-aliasing" case "$host_os" in *openbsd*)