diff options
author | stwo <stwo> | 2009-04-14 20:43:42 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-04-14 20:43:42 (GMT) |
commit | 0af763829f071a99aa805975ad64dc462b42dcd5 (patch) | |
tree | c192543d58a444c036155438e17145a5b7e649f2 /unix/configure | |
parent | 89e86ba76744f2761dbf11f63ae1087dd965f2c8 (diff) | |
download | tcl-0af763829f071a99aa805975ad64dc462b42dcd5.zip tcl-0af763829f071a99aa805975ad64dc462b42dcd5.tar.gz tcl-0af763829f071a99aa805975ad64dc462b42dcd5.tar.bz2 |
Removed -Wno-implicit-int from CFLAGS_WARNING.
Regen unix/configure.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 4f1a3f4..230f188 100755 --- a/unix/configure +++ b/unix/configure @@ -6645,7 +6645,7 @@ fi CFLAGS_OPTIMIZE=-O if test "$GCC" = yes; then - CFLAGS_WARNING="-Wall -Wno-implicit-int" + CFLAGS_WARNING="-Wall" else CFLAGS_WARNING="" |