Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
fd20db6b
Commit
fd20db6b
authored
Jun 22, 2016
by
Mikaël Salson
Browse files
automaton.hpp: avoid unused parameter warning
parent
cade5fde
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/core/automaton.hpp
View file @
fd20db6b
...
...
@@ -252,6 +252,7 @@ void *PointerACAutomaton<Info>::next(void *state, char c) {
template
<
class
Info
>
vector
<
Info
>
PointerACAutomaton
<
Info
>::
getResults
(
const
seqtype
&
seq
,
bool
no_revcomp
)
{
UNUSED
(
no_revcomp
);
// TODO: what should we do with several info at the same place?
// for now they are overwritten
...
...
Write
Preview
Markdown
is supported
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