diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-03-27 22:41:28 +0200 |
---|---|---|
committer | psychocrypt <psychocryptHPC@gmail.com> | 2018-03-27 22:41:28 +0200 |
commit | 983efafd4831cdb54c95e3343f969cd6fa776201 (patch) | |
tree | 24ac5e897f5bd68b72e3184b5deb11e2b3478029 /xmrstak/backend/nvidia/minethd.cpp | |
parent | 09a5dcce2c51d87d77244970d2c09bea3207da7a (diff) | |
download | xmr-stak-983efafd4831cdb54c95e3343f969cd6fa776201.zip xmr-stak-983efafd4831cdb54c95e3343f969cd6fa776201.tar.gz |
fix parentheses warning
fix warning
```
/Users/user/xmr-stak/xmrstak/backend/amd/amd_gpu/gpu.cpp:481:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if( ret = clGetProgramInfo(ctx->Program, CL_PROGRAM_BINARIES, num_devices * sizeof(char*), all_programs.data(),NULL) != CL_SUCCESS)
```
Diffstat (limited to 'xmrstak/backend/nvidia/minethd.cpp')
0 files changed, 0 insertions, 0 deletions