]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a warning
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 7 Aug 2013 09:07:49 +0000 (09:07 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 7 Aug 2013 09:07:49 +0000 (09:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@30243 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/block_matrix_base.h

index 6ed20d407ef63845a6723c98792b8da07a9a43bc..b839e04797fa3b1115472c3135f71649a5230a8c 100644 (file)
@@ -1302,7 +1302,9 @@ private:
      * anything.
      */
     TemporaryData & operator = (const TemporaryData &)
-    {}
+    {
+      return *this;
+    }
   };
 
   /**

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.