mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 15:47:43 +00:00
Renamed celt_word* to opus_val*
This commit is contained in:
parent
f9d14f8d77
commit
ff5f7228fd
31 changed files with 401 additions and 401 deletions
|
@ -16,7 +16,7 @@
|
|||
/* Get rid of the CELT VS compile warnings */
|
||||
#if 1
|
||||
#pragma warning(disable : 4018)// signed/unsigned mismatch
|
||||
#pragma warning(disable : 4244)// conversion from 'double' to 'celt_word16', possible loss of data
|
||||
#pragma warning(disable : 4244)// conversion from 'double' to 'opus_val16', possible loss of data
|
||||
#pragma warning(disable : 4267)// conversion from 'size_t' to 'int', possible loss of data
|
||||
#pragma warning(disable : 4305)// truncation from 'double' to 'const float'
|
||||
#pragma warning(disable : 4311)// pointer truncation from 'char *' to 'long'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue