In file included from /usr/include/stdio.h:894,
                 from /usr/include/c++/13.3.0/cstdio:42,
                 from /usr/include/c++/13.3.0/ext/string_conversions.h:45,
                 from /usr/include/c++/13.3.0/bits/basic_string.h:4109,
                 from /usr/include/c++/13.3.0/string:54,
                 from ./src/deps_log.h:18,
                 from ./src/deps_log.cc:15:
In function ‘size_t fread(void*, size_t, size_t, FILE*)’,
    inlined from ‘LoadStatus DepsLog::Load(const std::string&, State*, std::string*)’ at ./src/deps_log.cc:202:39:
/usr/include/bits/stdio2.h:295:29: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning]
  295 |     return __fread_chk_warn (__ptr, sz, __size, __n, __stream);
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~