Skip to content
  • Michael Reeves's avatar
    Skip over sized files due QT limitation · ebea7ffa
    Michael Reeves authored
    QByteArray is by design not 64 bit safe.
    Check that size can fit 32-bit int before passing it on. Enable clang
    compiler warning to prevent furthur 64-bit to 32-bit impilict
    convertion.
    ebea7ffa