зеркало из https://github.com/mozilla/moz-skia.git
Fixed compilation issue when instance counting is disabled
http://codereview.appspot.com/6462089/ git-svn-id: http://skia.googlecode.com/svn/trunk@5210 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
03f970652e
Коммит
a9590fc00c
|
@ -233,7 +233,7 @@ static void test_memory_pool(skiatest::Reporter* reporter) {
|
|||
REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
|
||||
delete rec.fInstance;
|
||||
}
|
||||
#ifdef SK_DEBUG
|
||||
#ifdef SK_ENABLE_INST_COUNT
|
||||
REPORTER_ASSERT(reporter, !A::GetInstanceCount());
|
||||
#endif
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче