fix VS2010 build

This commit is contained in:
Zdenko Podobný 2015-08-24 14:54:13 +02:00
parent 8e9159b091
commit d9aafcfcc5

View File

@ -22,9 +22,6 @@
#ifdef USE_OPENCL #ifdef USE_OPENCL
#include "opencl_device_selection.h" #include "opencl_device_selection.h"
#ifdef _MSC_VER
int LeptMsgSeverity = 3; // L_SEVERITY_INFO
#endif // _MSC_VER
GPUEnv OpenclDevice::gpuEnv; GPUEnv OpenclDevice::gpuEnv;