Skip to content
  • Marius Pa's avatar
    transfer explicit cast to double · 4b3e7310
    Marius Pa authored
    Fix PVS-Studio issue "core/transfer.cpp:179: warning: V636
    The 'm_uploadedSize / m_downloadedSize' expression was implicitly cast
    from 'unsigned long long' type to 'double' type. Consider utilizing an
    explicit type cast to avoid the loss of a fractional part. An example:
    double A = (double)(X) / Y;.".
    4b3e7310