Skip to content

Remove unnecessary function checks

Configure checked for a bunch of functions without the results from these checks being used:

  • pread: Used unconditionally in the codebase, with special case for Windows
  • posix_madvise: Not used at all anymore
  • strnicmp: Not used at all anymore
  • strptime: Not used at all anymore

Merge request reports