Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
3be30317
Commit
3be30317
authored
Aug 08, 2011
by
Davis King
Browse files
A minor change to avoid a compiler warning in gcc 4.1
parent
236e90e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/optimization/find_max_parse_cky.h
dlib/optimization/find_max_parse_cky.h
+2
-0
No files found.
dlib/optimization/find_max_parse_cky.h
View file @
3be30317
...
...
@@ -177,6 +177,8 @@ namespace dlib
item
.
c
=
con
;
item
.
score
=
score
;
item
.
tag
=
possible_tags
[
m
].
first
;
item
.
left
=
END_OF_TREE
;
item
.
right
=
END_OF_TREE
;
back
[
r
][
c
][
possible_tags
[
m
].
first
]
=
item
;
}
}
...
...
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