mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Pair: Include an unused return to avoid compiler warning
This commit is contained in:
@ -116,6 +116,7 @@ public:
|
|||||||
FatalErrorInFunction
|
FatalErrorInFunction
|
||||||
<< "Call to other only valid for Pair with differing"
|
<< "Call to other only valid for Pair with differing"
|
||||||
<< " elements:" << *this << abort(FatalError);
|
<< " elements:" << *this << abort(FatalError);
|
||||||
|
return first();
|
||||||
}
|
}
|
||||||
else if (first() == a)
|
else if (first() == a)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user