Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Trofimm committed Aug 8, 2019
1 parent eb013f8 commit 1c4908c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra_drv/GPUOCLLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ GPUOCLLayer::GPUOCLLayer(int w, int h, int a_flags, int a_deviceId) : Base(w, h,
m_clglSharing = 0;
int clglIsSupported = clglSharingIsSupported(m_globals.device);

cl_int ciErr1;
cl_int ciErr1 = CL_SUCCESS;

if ((a_flags & GPU_RT_NOWINDOW) || (clglIsSupported == 0))
{
Expand Down

0 comments on commit 1c4908c

Please sign in to comment.