Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
f7ee9ed1
Commit
f7ee9ed1
authored
Nov 16, 2017
by
Alexandre GBAGUIDI AISSE
Browse files
hierarchy: Fix
#303
* spot/tl/hierarchy.cc: code was actually reachable.
parent
18b45667
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/tl/hierarchy.cc
View file @
f7ee9ed1
...
...
@@ -119,7 +119,10 @@ namespace spot
SPOT_UNREACHABLE
();
}
else
SPOT_UNREACHABLE
();
{
throw
std
::
runtime_error
(
"invalid value for SPOT_PR_CHECK "
"(should be 1 or 2)"
);
}
}
else
return
algo
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment