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:
committed by
Vadim Pisarevsky
parent
8542887257
commit
e0d28aa893
@@ -739,7 +739,6 @@ int64 getCPUTickCount(void)
|
||||
|
||||
int64 getCPUTickCount(void)
|
||||
{
|
||||
int64 result = 0;
|
||||
unsigned upper, lower, tmp;
|
||||
__asm__ volatile(
|
||||
"0: \n"
|
||||
|
||||
Reference in New Issue
Block a user