Re: "temp appears to be unused"
Posted by
Marcus Denker-4 on
Sep 08, 2013; 7:20am
URL: https://forum.world.st/temp-appears-to-be-unused-tp4707111p4707112.html
On Sep 8, 2013, at 9:17 AM, Davide Varvello <
[hidden email]> wrote:
> Hi Folks,
> Is there a way to remove the warning: temporaryVariable "appears to be
> unused. Ok to remove it?" when saving a method? I can't find anything on
> settings
>
Yes, in Pharo3 adding settings for those is on my TODO list… in the long
term (after the better editor support) we want to just have nonintrusive warning
(squiggly line under the variable).
On Pharo2, you can turn off "more Warnings" in the Setting (under Compiler).
Marcus