提交 78aec0fe authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #1539 in FS/freeswitch from…

Merge pull request #1539 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11189-windows-build-regression to master

* commit '5c4211e4':
  FS-11189: [Build-System] Windows build regression fix.
......@@ -1115,7 +1115,7 @@ static inline uint32_t switch_parse_cpu_string(const char *cpu)
if (divisor <= 0) divisor = 1;
ncpu = cpu_count / divisor;
ncpu = (int)(cpu_count / divisor);
if (ncpu <= 0) return 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论