mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
Merge pull request #6106 from ilya-lavrenov:compilation-warning
This commit is contained in:
commit
8a09d95eab
@ -317,6 +317,7 @@ enum {
|
|||||||
#define ARM_ROUND(_value, _asm_string) \
|
#define ARM_ROUND(_value, _asm_string) \
|
||||||
int res; \
|
int res; \
|
||||||
float temp; \
|
float temp; \
|
||||||
|
(void)temp; \
|
||||||
asm(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
|
asm(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
|
||||||
return res;
|
return res;
|
||||||
// 2. version for double
|
// 2. version for double
|
||||||
|
Loading…
Reference in New Issue
Block a user