mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 19:52:38 +00: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. |
||
|---|---|---|
| .. | ||
| Answer.cpp | ||
| Answer.h | ||
| CMakeLists.txt | ||
| Name.cpp | ||
| Name.h | ||
| Packet.cpp | ||
| Packet.h | ||
| PacketHeader.h | ||
| Question.h | ||