mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 14:06:27 +08:00
fixed compilation warning
This commit is contained in:
parent
1fb1088b7d
commit
1b3f634843
@ -71,6 +71,7 @@
|
||||
#define ARM_ROUND(_value, _asm_string) \
|
||||
int res; \
|
||||
float temp; \
|
||||
(void)temp; \
|
||||
asm(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
|
||||
return res
|
||||
// 2. version for double
|
||||
|
Loading…
Reference in New Issue
Block a user