1
0
Fork 0

silenced cppcheck warning

This commit is contained in:
Frank Celler 2016-09-08 08:43:47 +02:00
parent e394653cae
commit 852bfa08eb
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ int SingletonBlock::getOrSkipSome(size_t, // atLeast,
_done = true;
return TRI_ERROR_NO_ERROR;
// cppcheck-suppress style
DEBUG_END_BLOCK();
}