From: Anthony Minessale Date: Sat, 3 Oct 2009 00:17:06 +0000 (+0000) Subject: fix opensolaris build X-Git-Tag: v1.0.6~1747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221459a78ccabe0344eff75de8ae7ec9259064a9;p=thirdparty%2Ffreeswitch.git fix opensolaris build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15058 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/spandsp/src/spandsp/fast_convert.h b/libs/spandsp/src/spandsp/fast_convert.h index a8170818cd..b6520c5724 100644 --- a/libs/spandsp/src/spandsp/fast_convert.h +++ b/libs/spandsp/src/spandsp/fast_convert.h @@ -403,7 +403,7 @@ extern "C" the accuracy issues related to changing the rounding scheme are of little concern 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 "Replacing these functions with a simple C cast." #endif