Linus Torvalds wrote:- > > > On Mon, 11 Jul 2005, Linus Torvalds wrote: > > > > I'll make it not complain about just adding a const or something like > > that. > > Done. Right now it only allows "const" changes, but it's set up so that we > can easily do the same for "volatile" if we decide we want to. > > Linus
There shouldn't be any type qualifiers remaining here. Type qualifiers in function parameters are dropped w.r.t. the type of the function, but not w.r.t. the declarations of the parameters in the function body. Neil. - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
