1
1

libfabric: remove a few warnings

Embedding libfabric is a temporary measure; I'm removing some warning
notifications so that the output isn't so cluttered (we're getting
the real warnings fixed upstream, but the OMPI community doesn't
really care/need to see the warnings in the meantime).
Этот коммит содержится в:
Jeff Squyres 2015-01-29 17:38:02 -08:00
родитель bb18bd2eec
Коммит 965ccab6cc

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

@ -194,6 +194,8 @@ AC_DEFUN([_OPAL_COMMON_LIBFABRIC_SETUP_LIBFABRIC_EMBEDDED],[
for flag in $CFLAGS; do
case $flag in
-pedantic) ;;
-Wmissing-prototypes) ;;
-Wsign-compare) ;;
*) opal_common_libfabric_embedded_CFLAGS="$opal_common_libfabric_embedded_CFLAGS $flag" ;;
esac
done