If I have a function in JavaScript that looks something like
function whatever(e, obj){
//here I do something with obj
}
ReSharper tells me “Parameter ‘e’ is never used”. Can I do something to get rid of that warning other than doing something pointless with e?
UPDATE: As of ReSharper 6.0 01 Mar 2011 Nightly Build this is no longer an issue.