mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-21 15:50:50 +00:00
Buildfix on ARM
This commit is contained in:
parent
859764b9a4
commit
8fc45ce694
2 changed files with 1 additions and 3 deletions
|
@ -23,8 +23,6 @@
|
|||
|
||||
namespace fastf {
|
||||
struct FileStats {
|
||||
static_assert(sizeof(std::time_t) >= sizeof(uint64_t), "Reorder members or comment out this assertion");
|
||||
|
||||
std::time_t atime;
|
||||
std::time_t mtime;
|
||||
uint64_t size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue