mirror of https://gitee.com/bigwinds/arangodb
silenced cppcheck warning
This commit is contained in:
parent
e394653cae
commit
852bfa08eb
|
@ -137,6 +137,8 @@ int SingletonBlock::getOrSkipSome(size_t, // atLeast,
|
||||||
|
|
||||||
_done = true;
|
_done = true;
|
||||||
return TRI_ERROR_NO_ERROR;
|
return TRI_ERROR_NO_ERROR;
|
||||||
|
|
||||||
|
// cppcheck-suppress style
|
||||||
DEBUG_END_BLOCK();
|
DEBUG_END_BLOCK();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue