- fixed warnings in Build code.

This commit is contained in:
Christoph Oelckers 2021-05-12 01:29:18 +02:00
parent 7283de0084
commit b6dd834420
5 changed files with 36 additions and 24 deletions

View file

@ -19,6 +19,12 @@
#include "hw_voxels.h"
#include "../../glbackend/glbackend.h"
#ifdef _MSC_VER
// just make it shut up. Most of this file will go down the drain anyway soon.
#pragma warning(disable:4244)
#pragma warning(disable:4267)
#endif
static int32_t curextra=MAXTILES;
#define MIN_CACHETIME_PRINT 10