From 5217871e1173c74ce83b1ae00961f0324abcd3f2 Mon Sep 17 00:00:00 2001 From: powturbo Date: Thu, 29 Jun 2017 10:21:34 +0200 Subject: [PATCH] TurboPFor: Variable simple encode/decode --- vsimple.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vsimple.c b/vsimple.c index fa7fcb5..d9c092b 100644 --- a/vsimple.c +++ b/vsimple.c @@ -26,6 +26,10 @@ #ifdef __SSE2__ #include #endif +#pragma warning( disable : 4005) +#pragma warning( disable : 4090) +#pragma warning( disable : 4068) + #include "conf.h" #include "vsimple.h"