mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-02-17 11:45:50 +00:00
Buildfix on ARM
This commit is contained in:
parent
859764b9a4
commit
8fc45ce694
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# dindexer #
|
||||
## Project info and status ##
|
||||
### Development news ###
|
||||
Follow [My posts on Diaspora](https://mondiaspora.net/tags/dindexer) for the latest development news and to post your comments about the project!
|
||||
Follow [my posts on Diaspora](https://mondiaspora.net/tags/dindexer) for the latest development news and to post your comments about the project!
|
||||
|
||||
### Flattr ###
|
||||
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=King_DuckZ&url=https%3A%2F%2Fbitbucket.org%2FKing_DuckZ%2Fdindexer&title=dindexer&language=en_GB&tags=bitbucket&category=software)
|
||||
|
|
|
@ -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
Reference in a new issue