remove some warnings

This commit is contained in:
erwin coumans
2013-06-03 10:16:50 -07:00
parent a886a978b7
commit 70b4ead641
4 changed files with 4 additions and 5 deletions

View File

@@ -664,7 +664,6 @@ int main( int argc, char** argv)
printf("error: no OpenCL devices\n");
exit(0);
}
int result;
int devId = 0;
g_device = b3OpenCLUtils_getDevice(g_cxMainContext,devId);
b3OpenCLUtils_printDeviceInfo(stdout, g_device);