Re: RFC: Using `-Wno-unused-parameter` in Plasma projects
I agree that the status quo isn't ideal. Q_UNUSED() adds too much relevance to the argument that happens to be not needed. I think that the best most usable way is your b) where you comment out the arguments. I think the warning should be kept. The problem with c) is that we pollute the namespace
Re: RFC: Using `-Wno-unused-parameter` in Plasma projects
On 10/27/21 20:41, Vlad Zahorodnii wrote: Besides adding more work and code, it's easy to forget to remove Q_UNUSED() once it actually becomes readable used*