From: kronbichler Date: Fri, 4 Dec 2009 08:45:54 +0000 (+0000) Subject: Avoid compiler warning. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b2d0560ca1ba1a86ebfc6a38a4325eddb80427;p=dealii-svn.git Avoid compiler warning. git-svn-id: https://svn.dealii.org/trunk@20199 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/index_set.cc b/deal.II/base/source/index_set.cc index d7ee60cda1..385571375b 100644 --- a/deal.II/base/source/index_set.cc +++ b/deal.II/base/source/index_set.cc @@ -226,6 +226,7 @@ IndexSet::make_trilinos_map (const MPI_Comm &communicator, Epetra_MpiComm(communicator)); #else Epetra_SerialComm()); + (void)communicator; #endif } }