1
0
Fork 0
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:
King_DuckZ 2016-03-12 00:47:08 +01:00
parent 859764b9a4
commit 8fc45ce694
2 changed files with 1 additions and 3 deletions

View file

@ -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;