提交 221459a7 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix opensolaris build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15058 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 58f1f28d
...@@ -403,7 +403,7 @@ extern "C" ...@@ -403,7 +403,7 @@ extern "C"
the accuracy issues related to changing the rounding scheme are of little concern the accuracy issues related to changing the rounding scheme are of little concern
to us. */ to us. */
#if !defined(__sgi) && !defined(__sunos) && !defined(__solaris) #if !defined(__sgi) && !defined(__sunos) && !defined(__solaris) && !defined(__sun)
#warning "No usable lrint() and lrintf() functions available." #warning "No usable lrint() and lrintf() functions available."
#warning "Replacing these functions with a simple C cast." #warning "Replacing these functions with a simple C cast."
#endif #endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论