mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
This would have caused an issue later when we enable -Wmissing-declarations, as the compiler didn't see that Kernel::all_inodes() was being used elsewhere, too. Also, this means that if the type changes later, there's not going to be weird run-time issues, but rather a nice type error during compile time.
7.1 KiB
7.1 KiB