fix warning when egl is not there
authorLu Guanqun <guanqun.lu@intel.com>
Mon, 19 Aug 2013 06:23:56 +0000 (14:23 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Mon, 19 Aug 2013 07:52:09 +0000 (15:52 +0800)
commit17c028da39b35f979ffd8cd2ed10cc4b305a14ca
tree4f279f9a0297ad6852a6fd003c1c98d7a585b63f
parenta268c3d4bcfa9c7b95c9f3b439aec13f138a79c2
fix warning when egl is not there

[ 32%] Building CXX object utests/CMakeFiles/utests.dir/utest_helper.cpp.o
/home/q/beignet.git/utests/utest_helper.cpp: In function ‘int cl_ocl_init()’:
/home/q/beignet.git/utests/utest_helper.cpp:314:8: warning: variable ‘hasGLExt’ set but not used [-Wunused-but-set-variable]

Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
utests/utest_helper.cpp