On 4/23/25 3:29 PM, Uday Shankar wrote: > Heeding compiler warnings is generally a good idea, and is easy to do > for kublk since there is not much source code. Turn warnings into errors > so that anyone making changes is forced to heed them.
Honestly not a fan of this, it tends to cause random warnings on different compilers, and then just causing trouble for people rather than being useful. If you think it's a good idea, make it follow CONFIG_WERROR at least, don't make it unconditional. -- Jens Axboe