mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
remove unused var to avoid warning with gcc 11.1.0
This commit is contained in:
parent
50d78dea85
commit
0b0ca6142d
1 changed files with 0 additions and 1 deletions
|
@ -285,7 +285,6 @@ int main(int argc, char *argv[]) {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
int gpu = 1;
|
|
||||||
err = clGetDeviceIDs(ctx.platform_id, CL_DEVICE_TYPE_GPU, 1, &(ctx.device_id), NULL);
|
err = clGetDeviceIDs(ctx.platform_id, CL_DEVICE_TYPE_GPU, 1, &(ctx.device_id), NULL);
|
||||||
if (err != CL_SUCCESS) {
|
if (err != CL_SUCCESS) {
|
||||||
printf("Error: Failed to create a device group!: %d\n", err);
|
printf("Error: Failed to create a device group!: %d\n", err);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue