7 #define inline __inline
\r
11 /* Comment out the next line for floating-point code */
\r
12 //#define FIXED_POINT 1
\r
14 #define OPUS_BUILD 1
\r
16 /* Get rid of the CELT VS compile warnings */
\r
18 #pragma warning(disable : 4018)// signed/unsigned mismatch
\r
19 #pragma warning(disable : 4244)// conversion from 'double' to 'celt_word16', possible loss of data
\r
20 #pragma warning(disable : 4267)// conversion from 'size_t' to 'int', possible loss of data
\r
21 #pragma warning(disable : 4305)// truncation from 'double' to 'const float'
\r
22 #pragma warning(disable : 4311)// pointer truncation from 'char *' to 'long'
\r
23 #pragma warning(disable : 4554)// check operator precedence for possible error; use parentheses to clarify precedence
\r
24 #pragma warning(disable : 4996)// This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
\r