diff options
author | stwo@users.sourceforge.net <stwo> | 2009-04-14 19:58:23 (GMT) |
---|---|---|
committer | stwo@users.sourceforge.net <stwo> | 2009-04-14 19:58:23 (GMT) |
commit | f4bb8c930031d0676e3da89d0f16366563e97da4 (patch) | |
tree | 9ded72dd3734608926c4bd0f4efd6eef8568c070 | |
parent | 8782b626d452258d3143cf51ed0ed59d2e5052cc (diff) | |
download | tk-f4bb8c930031d0676e3da89d0f16366563e97da4.zip tk-f4bb8c930031d0676e3da89d0f16366563e97da4.tar.gz tk-f4bb8c930031d0676e3da89d0f16366563e97da4.tar.bz2 |
Regen unix/configure
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index bb9bb38..408ae59 100755 --- a/unix/configure +++ b/unix/configure @@ -2071,7 +2071,7 @@ fi CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE=-O if test "$GCC" = "yes" ; then - CFLAGS_WARNING="-Wall -Wno-implicit-int -fno-strict-aliasing" + CFLAGS_WARNING="-Wall -fno-strict-aliasing" else CFLAGS_WARNING="" fi |