mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
With signed 32-bit time_t, the type of time_t + m_ttl is unsigned int, which results in -Werror=sign-compare. Fix this by explicitly casting it back to time_t.