]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a warning about an unused function argument. 18421/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 5 May 2025 10:10:32 +0000 (04:10 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 5 May 2025 10:10:44 +0000 (04:10 -0600)
source/lac/scalapack.cc

index a91d471b8985d52fe7102e8ca44a987e2a15a7af..7bc5051a430515f0be5b88114544daf1243232e9 100644 (file)
@@ -3261,6 +3261,7 @@ ScaLAPACKMatrix<NumberType>::load_parallel(const std::string &filename)
   DEAL_II_ASSERT_UNREACHABLE();
 #  else
 #    ifndef H5_HAVE_PARALLEL
+  (void)filename;
   DEAL_II_ASSERT_UNREACHABLE();
 #    else
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.