diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-02-12 16:29:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-02-12 16:29:15 (GMT) |
commit | d7b92c34ebdd25b6088cc5a951f21bc0a125bb24 (patch) | |
tree | d03d7e8d1670939ed7cc775e7fcbd8ae1a146832 /configure.in | |
parent | 71abf6c00eaa6aa9dba53112a6f0bf2cd2434e51 (diff) | |
download | hdf5-d7b92c34ebdd25b6088cc5a951f21bc0a125bb24.zip hdf5-d7b92c34ebdd25b6088cc5a951f21bc0a125bb24.tar.gz hdf5-d7b92c34ebdd25b6088cc5a951f21bc0a125bb24.tar.bz2 |
[svn-r3400] Purpose:
Code cleaning
Description:
Moved all gcc compiler flags into the config/gnu-flags file and re-added
the warning flags removed during the beta testing.
Platforms tested:
FreeBSD 4.2 (hawkwind)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 872f9a2..631cace 100644 --- a/configure.in +++ b/configure.in @@ -357,13 +357,6 @@ done rm maketest dnl ---------------------------------------------------------------------- -dnl Turn on warning flags for gcc. -dnl -if test "X$GCC" = "Xyes"; then - 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 - -dnl ---------------------------------------------------------------------- dnl Production flags? Save the value in $CONFIG_MODE so we have it for dnl the record. dnl |