mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
With -Og, all calls to create_kernel_process were triggering -Wnonnull when creating these lambdas that get implicitly converted to function pointers. A different design of create_kernel_process to use AK::Function instead might avoid this awkward behavior.
787 B
787 B