diff options
author | nijtmans <nijtmans> | 2008-11-11 22:13:35 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-11 22:13:35 (GMT) |
commit | d215519532e30611c242be082ed2b40ed9d9e4b1 (patch) | |
tree | 1ea60f7ecf43983bbcaa12bb9a7ba67e6c184c85 /win/configure | |
parent | 382e7dcaf6581b63580d15affc7ac2f66c4ad712 (diff) | |
download | tk-d215519532e30611c242be082ed2b40ed9d9e4b1.zip tk-d215519532e30611c242be082ed2b40ed9d9e4b1.tar.gz tk-d215519532e30611c242be082ed2b40ed9d9e4b1.tar.bz2 |
reverted change from 2008-11-06 (was under the impression that
"-Wno-implicit-int" added an extra warning)
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 54027b8..997d6d2 100755 --- a/win/configure +++ b/win/configure @@ -2819,7 +2819,7 @@ echo "$as_me: error: ${CC} does not support the -shared option. CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall -Wno-implicit-int" + CFLAGS_WARNING="-Wall" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= |