ocl: code cleanup, fix .clb files

This commit is contained in:
Alexander Alekhin
2013-10-11 01:16:12 +04:00
parent ad1ba56fcf
commit 238550cdad
6 changed files with 28 additions and 59 deletions

View File

@@ -45,6 +45,11 @@
#include "precomp.hpp"
#include "opencl_kernels.hpp"
// TODO Remove this after HAVE_CLAMDBLAS eliminating
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif
using namespace cv;
using namespace ocl;