From eca752f1008044ff6ff266a1a2433c1c794b7cbf Mon Sep 17 00:00:00 2001 From: "Ricardo Constantino (:RiCON)" Date: Tue, 26 Jul 2016 20:35:42 +0100 Subject: 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 --- win32/VS2015/opus.vcxproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/VS2015/opus.vcxproj b/win32/VS2015/opus.vcxproj index fa31eff2..d9aaa037 100644 --- a/win32/VS2015/opus.vcxproj +++ b/win32/VS2015/opus.vcxproj @@ -897,7 +897,10 @@ - + + 4146;%(DisableSpecificWarnings) + 4146;%(DisableSpecificWarnings) + -- cgit v1.2.3