1
1

Remove redundant warnings from C++ compiler flags (C++ already

requires these things)

This commit was SVN r3426.
Этот коммит содержится в:
Jeff Squyres 2004-10-29 02:50:07 +00:00
родитель 9ebd1fdcf2
Коммит 8fe05f223e

Просмотреть файл

@ -28,7 +28,6 @@ fi
OMPI_CXXFLAGS_BEFORE_PICKY="$CXXFLAGS"
if test "$GCC" = "yes" -a "$WANT_PICKY_COMPILER" = 1; then
add="-g -Wall -Wundef -Wno-long-long"
add="$add -Wmissing-prototypes -Wstrict-prototypes"
# see if -Wno-long-double works...
AC_LANG_PUSH(C++)