diff options
author | stwo <stwo> | 2009-04-14 19:58:23 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-04-14 19:58:23 (GMT) |
commit | 6a6ab1217cf423d0725a498af078e62131f616ce (patch) | |
tree | 9ded72dd3734608926c4bd0f4efd6eef8568c070 | |
parent | fb1e4fd96f65af1eec0e046f787c8a2d06f7e811 (diff) | |
download | tk-6a6ab1217cf423d0725a498af078e62131f616ce.zip tk-6a6ab1217cf423d0725a498af078e62131f616ce.tar.gz tk-6a6ab1217cf423d0725a498af078e62131f616ce.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 |