Squash deprecation warnings from GCC in mpi wrapper code.
commite484dcb4ff2723a12d6e8fce946ec1a13a99a815
authorMark Wielaard <mark@klomp.org>
Fri, 22 Jan 2016 13:42:47 +0000 (22 13:42 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 22 Jan 2016 13:42:47 +0000 (22 13:42 +0000)
tree41ef12aec7fce0383c15fd24d57e78fd2564688b
parent6072a5a3acbf9fb3a3d94ba8ea4c9282cce26c44
Squash deprecation warnings from GCC in mpi wrapper code.

We wrap some deprecated things in libmpiwrap. Since we do want to keep
wrapping those add -Wno-deprecated-declarations to squash warnings like:

libmpiwrap.c:281:4: warning: ‘ompi_mpi_ub’ is deprecated: MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15767
mpi/Makefile.am