Skip to content
  1. Apr 06, 2018
  2. Apr 04, 2018
  3. Apr 03, 2018
  4. Apr 02, 2018
  5. Apr 01, 2018
  6. Mar 31, 2018
  7. Mar 29, 2018
  8. Mar 28, 2018
  9. Mar 27, 2018
    • 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
Loading