Comment 5 for bug 913369

Revision history for this message
SirVer (sirver) wrote : Re: [Bug 913369] Re: Warnings at compile-time (clang/llvm)

Much obliged Peter! That was a lot of work you did there.

I am no fan of UNUSED macros and would suggest rewriting loops instead.
In C++ is is also valid to leave the name of a method argument out which
should also help with some warnings.