From a9f40fac6d378e29c76ef5cb7b891a558361a108 Mon Sep 17 00:00:00 2001 From: powturbo Date: Thu, 29 Jun 2017 10:21:34 +0200 Subject: [PATCH] TurboPFor: Floating Point encode/decode --- fp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fp.c b/fp.c index 5b70018..64ce2ee 100644 --- a/fp.c +++ b/fp.c @@ -22,6 +22,10 @@ - email : powturbo [_AT_] gmail [_DOT_] com **/ // "Floating Point Compression" +#pragma warning( disable : 4005) +#pragma warning( disable : 4090) +#pragma warning( disable : 4068) + #include "conf.h" #include "vp4.h" #include "fp.h"