Skip to content

Commit

Permalink
fixed compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored and alalek committed Aug 12, 2016
1 parent 1fb1088 commit 1b3f634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/include/opencv2/core/fast_math.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b3f634

Please sign in to comment.