mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +02:00
We have close to zero usages of the C string functions in our codebase (including the "safe" alternatives), so the deprecation warnings are unlikely to have an actual effect on preventing large-scale use of the "unsafe" functions. Meanwhile, the deprecation warnings are causing issues for ports that are compiled using -Werror by default, and are generally a large source for logspam when compiling.