Fix some "-Wpedantic" warnings

This commit is contained in:
scribam 2019-05-12 23:01:28 +02:00 committed by Ivan
parent 99c1f87289
commit 790962425c
17 changed files with 33 additions and 33 deletions

View file

@ -62,7 +62,7 @@ static FORCE_INLINE void mov_rdata(u128* const dst, const u128* const src)
dst[6] = data0;
dst[7] = data1;
}
};
}
extern u64 get_timebased_time();
extern u64 get_system_time();