Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2017-03-02 17:48:11 +0300
committerMark Harris <mark.hsj@gmail.com>2017-03-03 05:39:34 +0300
commitc293dede4ac6e7205ca145b26b1e9e9d94b8735d (patch)
tree1cdab40c9f9664939c1ac9dfc5909fd3b3d57f2a /win32
parentb95c5e784fd745adfe0a94bc5b69d208250ba0c0 (diff)
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: Mark Harris <mark.hsj@gmail.com>
Diffstat (limited to 'win32')
-rw-r--r--win32/VS2015/opus.vcxproj4
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/VS2015/opus.vcxproj b/win32/VS2015/opus.vcxproj
index dcf18265..33bf706d 100644
--- a/win32/VS2015/opus.vcxproj
+++ b/win32/VS2015/opus.vcxproj
@@ -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" />