projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b5bac8
)
lottie/vector: remove an unused variable warning message
75/185375/1
author
Youngbok Shin
<youngb.shin@samsung.com>
Mon, 30 Jul 2018 05:41:23 +0000
(14:41 +0900)
committer
Youngbok Shin
<youngb.shin@samsung.com>
Mon, 30 Jul 2018 05:41:23 +0000
(14:41 +0900)
Change-Id: I1ac0b9c3ec314ac01da8d3be3d11a1b21ef9938a
src/vector/vdebug.cpp
patch
|
blob
|
history
diff --git
a/src/vector/vdebug.cpp
b/src/vector/vdebug.cpp
index bc2fc3b9a46deaec89541cc1464f59e44386e321..47db2eb731b398a9614648410d106ab697e70085 100644
(file)
--- a/
src/vector/vdebug.cpp
+++ b/
src/vector/vdebug.cpp
@@
-534,7
+534,7
@@
public:
if (read_buffer == nullptr) return false;
- if (
bool success =
read_buffer->try_pop(logline, m_read_index)) {
+ if (read_buffer->try_pop(logline, m_read_index)) {
m_read_index++;
if (m_read_index == Buffer::size) {
m_read_index = 0;