1
1

- Indent one space; this crept up to deliver:

icc -g -finline-functions -fno-strict-aliasing-restrict -c help.c
icc: Command line warning: ignoring option '-fno-strict-aliasing'; no argument required

This commit was SVN r13507.
Этот коммит содержится в:
Rainer Keller 2007-02-06 13:23:23 +00:00
родитель 0732c555de
Коммит 80295b8f68

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

@ -195,7 +195,7 @@ AC_DEFUN([OMPI_SETUP_CC],[
[ompi_cv_cc_restrict_cflags="yes"],
[ompi_cv_cc_restrict_cflags="no"])])
if test "$ompi_cv_cc_restrict_cflags" = "yes" ; then
add="$RESTRICT_CFLAGS"
add=" $RESTRICT_CFLAGS"
fi
CFLAGS="${CFLAGS_orig}${add}"