From c293dede4ac6e7205ca145b26b1e9e9d94b8735d Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Thu, 2 Mar 2017 14:48:11 +0000 Subject: 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 --- win32/VS2015/opus.vcxproj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'win32') 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 @@ - - 4146;%(DisableSpecificWarnings) - + -- cgit v1.2.3