Skip to content
Snippets Groups Projects
Verified Commit c293dede authored by Ricardo Constantino's avatar Ricardo Constantino Committed by Mark Harris
Browse files

VS2015: remove previously ignored C4146 in kiss_fft.c


C4146: unary minus operator applied to unsigned type, result still unsigned

Fixed in a previous commit.

Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
parent b95c5e78
No related branches found
No related tags found
No related merge requests found
......@@ -248,9 +248,7 @@
<ClCompile Include="..\..\celt\entcode.c" />
<ClCompile Include="..\..\celt\entdec.c" />
<ClCompile Include="..\..\celt\entenc.c" />
<ClCompile Include="..\..\celt\kiss_fft.c">
<DisableSpecificWarnings Condition="'$(Configuration)'=='DebugDLL_fixed'">4146;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ClCompile Include="..\..\celt\kiss_fft.c" />
<ClCompile Include="..\..\celt\laplace.c" />
<ClCompile Include="..\..\celt\mathops.c" />
<ClCompile Include="..\..\celt\mdct.c" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment