提交 2323421b authored 作者: Andrey Volk's avatar Andrey Volk

FS-11189: [Build-System] Fix Windows build.

上级 bec920c9
...@@ -1111,7 +1111,7 @@ static inline uint32_t switch_parse_cpu_string(const char *cpu) ...@@ -1111,7 +1111,7 @@ static inline uint32_t switch_parse_cpu_string(const char *cpu)
max = atoi(has_max + 1); max = atoi(has_max + 1);
} }
divisor = atof(cpu); divisor = (float)atof(cpu);
if (divisor <= 0) divisor = 1; if (divisor <= 0) divisor = 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论