Commit 8a09d95e authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6106 from ilya-lavrenov:compilation-warning

parents 21e9edd1 06876926
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment