hierarchy: Fix #303
* spot/tl/hierarchy.cc: code was actually reachable.
This commit is contained in:
parent
18b4566762
commit
f7ee9ed18e
1 changed files with 4 additions and 1 deletions
|
|
@ -119,7 +119,10 @@ namespace spot
|
||||||
SPOT_UNREACHABLE();
|
SPOT_UNREACHABLE();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
SPOT_UNREACHABLE();
|
{
|
||||||
|
throw std::runtime_error("invalid value for SPOT_PR_CHECK "
|
||||||
|
"(should be 1 or 2)");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return algo;
|
return algo;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue