1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

core:ppc Fix java CoreTest/testMahalanobis (#11677)

* core:ppc Fix java CoreTest/testMahalanobis

* core:ppc Fix warning unused variable on clang
This commit is contained in:
Sayed Adel
2018-06-07 14:16:48 +03:00
committed by Vadim Pisarevsky
parent 8542887257
commit e0d28aa893
2 changed files with 7 additions and 4 deletions
-1
View File
@@ -739,7 +739,6 @@ int64 getCPUTickCount(void)
int64 getCPUTickCount(void)
{
int64 result = 0;
unsigned upper, lower, tmp;
__asm__ volatile(
"0: \n"