mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
And also mark strlcpy() and strlcat() with __attribute__((warn_unused_result)). Since our code is warning-free, this ensures we never misuse those functions. (Or are very sure about doing it when turning off the warning for a particular piece of code.)
4.3 KiB
4.3 KiB