GPU error checking compile time error with CUDA off (Bug #676)
Description
In file included from /wg/stor2a/erublee/opencv/trunk/opencv/build/modules/gpu/opencv_gpu_pch_dephelp.cxx:1:
/wg/stor2a/erublee/opencv/trunk/opencv/modules/gpu/src/precomp.hpp: In function ‘void throw_nogpu()’:
/wg/stor2a/erublee/opencv/trunk/opencv/modules/gpu/src/precomp.hpp:72: error: ‘CV_GpuNotFound’ was not declared in this scope
In r3298 you changed CV_GpuNotFound to CV_GpuNotSupported. However in the gpu/src/precomp.hpp this was not renamed in line 72. See r3930, where i committed the change. Please verify that this is the desired behavior.
Associated revisions
History
Updated by Anatoly Baksheev over 14 years ago
Thanks. Fix is correct.
- Status changed from Open to Done
- (deleted custom field) set to fixed