summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-01-12 19:59:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-01-12 19:59:35 (GMT)
commitd11eab4dc72948b820436e0457bf8db1293ed5a4 (patch)
tree9791724dc243a8848bdd9f074b8faa9e34c7e1b6 /configure
parent7bdd4ed41f1fac07c853be292b2f5fb73a5b2ccb (diff)
downloadhdf5-d11eab4dc72948b820436e0457bf8db1293ed5a4.zip
hdf5-d11eab4dc72948b820436e0457bf8db1293ed5a4.tar.gz
hdf5-d11eab4dc72948b820436e0457bf8db1293ed5a4.tar.bz2
[svn-r3282] Purpose:
Suppress warnings for release. Description: Took out the -Wconversion -Wredundant-decls warning flags for gcc until after the tree is split. Platforms tested: Linux 2.2.16 (eirene)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7dacaec..d71b5db 100755
--- a/configure
+++ b/configure
@@ -1771,7 +1771,7 @@ done
rm maketest
if test "X$GCC" = "Xyes"; then
- CFLAGS="$CFLAGS -ansi -pedantic -Wchar-subscripts -Wconversion -Wredundant-decls -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline"
+ CFLAGS="$CFLAGS -ansi -pedantic -Wchar-subscripts -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline"
fi
echo $ac_n "checking for production mode""... $ac_c" 1>&6