Commit 4505710e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Cast to annoy Flexelint a tiny bit less

parent 5c185885
......@@ -388,5 +388,5 @@ VSM_common_ageupdate(const struct vsm_sc *sc)
{
CHECK_OBJ_NOTNULL(sc, VSM_SC_MAGIC);
sc->head->age = VTIM_mono() - sc->t0;
sc->head->age = (uint64_t)(VTIM_mono() - sc->t0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment