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
Philip Trettner
aion
Commits
40775ae3
Commit
40775ae3
authored
Jul 13, 2016
by
Philip Trettner
Browse files
Fixed a false positive unitialized memory warning
parent
2c07be45
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aion/ActionTree.cc
View file @
40775ae3
...
...
@@ -76,7 +76,7 @@ SharedActionTree ActionTree::construct(const std::vector<ActionEntry> &entries,
_
actionIdx
=
size_t
{
0
};
Action
*
prevAction
=
nullptr
;
int64_t
lastTime
;
int64_t
lastTime
=
-
1
;
for
(
_
const
&
e
:
entries
)
{
// start action
...
...
Philip Trettner
@ptrettner
mentioned in issue
#1 (closed)
·
Jul 13, 2016
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
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