Question: Warning, `j` is implicitly declared local to procedure `g`

I get this warning when ever I create a function that uses a sum or sequence:

 

g := x->sum(...,j=1..5);

 

I'm pretty sure I used to not get it at all in previous versions, I just upgraded recently and started seeing it. Is there any way to disable it? It is polluting the worksheet. Sometimes I might have several local's and I want them to be implicitly local but I do not want 10 warning messages.

Please Wait...