mirror of
https://github.com/xiph/opus.git
synced 2025-05-16 08:28:29 +00:00
VS2015: Ignore warning 4146 in celt/kiss_fft.c.
Warning 4146 is "unary minus operator applied to unsigned type, result still unsigned" Signed-off-by: Ralph Giles <giles@mozilla.com>
This commit is contained in:
parent
899348f766
commit
eca752f100
1 changed files with 4 additions and 1 deletions
|
@ -897,7 +897,10 @@
|
|||
<ClCompile Include="..\..\celt\entcode.c" />
|
||||
<ClCompile Include="..\..\celt\entdec.c" />
|
||||
<ClCompile Include="..\..\celt\entenc.c" />
|
||||
<ClCompile Include="..\..\celt\kiss_fft.c" />
|
||||
<ClCompile Include="..\..\celt\kiss_fft.c">
|
||||
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'">4146;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'">4146;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\celt\laplace.c" />
|
||||
<ClCompile Include="..\..\celt\mathops.c" />
|
||||
<ClCompile Include="..\..\celt\mdct.c" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue