"Use snprintf if available as some compilers (clang 14.0) issue deprecation warnings for sprintf" ``` libs/icl/example/toytime.hpp: sprintf(repr, "%3s:%02d:%02d", getDayString().c_str(), getHours(), getMinutes()); ```