P4 to Git Change 1609437 by kzhuravl@kzhuravl-fiji-ocllc-2 on 2018/09/21 15:26:55
SWDEV-79445 - Follow up for CL 1609403: clinfo: return EXIT_SUCCESS on success, EXIT_FAILURE on failure: - Purge status - Return EXIT_SUCCESS Affected files ... ... //depot/stg/opencl/drivers/opencl/tools/clinfo/clinfo.cpp#7 edit
This commit is contained in:
@@ -125,7 +125,6 @@ int
|
||||
main(int argc, char** argv)
|
||||
{
|
||||
/* Error flag */
|
||||
cl_int status = 0;
|
||||
cl_int err;
|
||||
|
||||
//parse input
|
||||
@@ -829,5 +828,5 @@ main(int argc, char** argv)
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
return status;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Viittaa uudesa ongelmassa
Block a user