diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-01-12 19:59:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-01-12 19:59:35 (GMT) |
commit | d11eab4dc72948b820436e0457bf8db1293ed5a4 (patch) | |
tree | 9791724dc243a8848bdd9f074b8faa9e34c7e1b6 /configure | |
parent | 7bdd4ed41f1fac07c853be292b2f5fb73a5b2ccb (diff) | |
download | hdf5-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |