From: Yann Collet Date: Tue, 25 Dec 2018 23:04:49 +0000 (-0800) Subject: fixed VS2008 project X-Git-Tag: v1.3.8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fdba696ca1cabfe218815e2b000d444ed0408f2;p=thirdparty%2Fzstd.git fixed VS2008 project bench.c => benchfn.c + benchzstd.c wrong util.c from prior patch and warnings : C4127 --- diff --git a/build/VS2008/fullbench/fullbench.vcproj b/build/VS2008/fullbench/fullbench.vcproj index 55f784977..996ee26a9 100644 --- a/build/VS2008/fullbench/fullbench.vcproj +++ b/build/VS2008/fullbench/fullbench.vcproj @@ -397,7 +397,7 @@ > + + and */ # define snprintf sprintf_s /* snprintf unsupported by Visual <= 2013 */ # endif +# pragma warning(disable : 4127) /* disable: C4127: conditional expression is constant */ #endif