[Freeswitch-svn] [commit] r11628 - freeswitch/trunk/libs/spandsp/src/spandsp

FreeSWITCH SVN mikej at freeswitch.org
Tue Feb 3 17:27:55 PST 2009


Author: mikej
Date: Tue Feb  3 19:27:55 2009
New Revision: 11628

Log:
turn off #warnings for now

Modified:
   freeswitch/trunk/libs/spandsp/src/spandsp/fast_convert.h

Modified: freeswitch/trunk/libs/spandsp/src/spandsp/fast_convert.h
==============================================================================
--- freeswitch/trunk/libs/spandsp/src/spandsp/fast_convert.h	(original)
+++ freeswitch/trunk/libs/spandsp/src/spandsp/fast_convert.h	Tue Feb  3 19:27:55 2009
@@ -377,11 +377,12 @@
        the accuracy issues related to changing the rounding scheme are of little concern
        to us. */
 
+#if 0
     #if !defined(__sgi)
         #warning "No usable lrint() and lrintf() functions available."
         #warning "Replacing these functions with a simple C cast."
     #endif
-
+#endif
     static __inline__ long int lfastrint(double x)
     {
         return (long int) (x);



More information about the Freeswitch-svn mailing list