From 4d883288dea527bcfc7cf5ed9528a959c91707e4 Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Mon, 27 Feb 2017 14:56:06 +0000 Subject: VS2015: ignore C4244 warning in opus_compare.c opus_compare.c defines the bitstream so we avoid changing it by ignoring the non-breaking warning instead of changing the file. Signed-off-by: Mark Harris Resolves https://github.com/xiph/opus/issues/21 --- win32/VS2015/opus.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/VS2015/opus.vcxproj b/win32/VS2015/opus.vcxproj index 310198a5..a128f5b0 100644 --- a/win32/VS2015/opus.vcxproj +++ b/win32/VS2015/opus.vcxproj @@ -348,7 +348,9 @@ - + + 4244;%(DisableSpecificWarnings) + -- cgit v1.2.3