if you add a new variable or view to the Class_Globals but it is not used anywhere the IDE will throw a warning. Adding ignore will ignore the warning for the specific variable view
Wow Aeric, after several years of ignoring some of those warnings (which Erel told me once to ignore in general) I have a way now to eliminate those pesky warnings in my logs window. Yippee! Thanks Aeric, you library of code knowledge you. Now I hope Ivica loves me; maybe, maybe not.
You may want to ignore warnings (even of other types) only for some "objects" (unused variables, in this specific case), perhaps temporarily, and not for others and therefore use 'ignore instead of #IgnoreWarnings: 9.
You may want to ignore warnings (even of other types) only for some "objects" (unused variables, in this specific case), perhaps temporarily, and not for others and therefore use 'ignore instead of #IgnoreWarnings: 9.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.