Skip to content
Snippets Groups Projects
  • psychocrypt's avatar
    fix parentheses warning · 983efafd
    psychocrypt authored
    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)
    ```
    983efafd