Skip to content
Snippets Groups Projects
Commit 9734e40a authored by Robert K's avatar Robert K
Browse files

[cleanup] remove warnings.

parent 7910a99a
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ namespace ALUGrid
void writeDynamicState (ObjectStream &, int) const;
// access interior element and write data
void writeDynamicState (ObjectStream &os, GatherScatterType &gs) const
void writeDynamicState (ObjectStream &, GatherScatterType &) const
{
alugrid_assert ( false );
abort();
......@@ -380,7 +380,7 @@ namespace ALUGrid
virtual void getAttachedElement ( std::pair< Gitter::helement_STI* , Gitter::hbndseg_STI * > & p );
void writeDynamicState (ObjectStream &, int) const;
void writeDynamicState (ObjectStream &os, GatherScatterType &gs) const
void writeDynamicState (ObjectStream &, GatherScatterType &) const
{
alugrid_assert ( false ); abort();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment