From 386507f8efe1ecd55d1a897288ea629efe418ada Mon Sep 17 00:00:00 2001 From: powturbo Date: Thu, 29 Jun 2017 10:21:34 +0200 Subject: [PATCH] TurboPFor: TurboPFor decode --- vp4d.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vp4d.c b/vp4d.c index 85fa883..e13ada0 100644 --- a/vp4d.c +++ b/vp4d.c @@ -23,6 +23,10 @@ **/ // "Integer Compression" TurboPFor - Pfor/PforDelta #ifndef USIZE +#pragma warning( disable : 4005) +#pragma warning( disable : 4090) +#pragma warning( disable : 4068) + #include "conf.h" #include "bitutil.h" #include "bitpack.h"