Fix some issues, found by Coverity Scan

This commit is contained in:
Andrei Kortunov 2018-09-08 18:17:11 +04:00
parent 778dfa0350
commit e5a81b1f99
4 changed files with 13 additions and 6 deletions

View file

@ -41,8 +41,6 @@ namespace Debug
{
return size;
}
char mDebugLevel;
};
#if defined(_WIN32) && defined(_DEBUG)