fixed compilation warning

pull/6106/head
Ilya Lavrenov 9 years ago
parent 21e9edd1a3
commit 068769263e
  1. 1
      modules/core/include/opencv2/core/types_c.h

@ -317,6 +317,7 @@ enum {
#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…
Cancel
Save