diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-03-27 22:41:28 +0200 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2018-06-04 21:07:11 +0000 |
commit | c71ef550f16837a6b288ae30c13891b99671c24b (patch) | |
tree | 396c7207041445c0a65a8b95c7355636db96e224 /xmrstak/misc | |
parent | 3c1982ced814f4dbbbc7f267d8899268ceedc840 (diff) | |
download | xmr-stak-c71ef550f16837a6b288ae30c13891b99671c24b.zip xmr-stak-c71ef550f16837a6b288ae30c13891b99671c24b.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/misc')
0 files changed, 0 insertions, 0 deletions