<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 07/02/2022 07:18 p.m., Nicola Mingotti via Cuis-dev wrote:
    <blockquote
      cite="mid:7b0e44ed-e019-d37e-b85a-48bb403a4b28@gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <font size="2"><font face="DejaVu Sans Mono">Hi guys,<br>
          <br>
          I have this little problem that bugs me. It happens sometimes
          i want to<br>
          leave some variables defined in a method, even if i don't use
          them, because i consider them useful<br>
          for several reason, maybe just to keep a default call
          template.<br>
          <br>
          Think OSProcess, i want to copy around always the same call
          template, with<br>
          'in', 'out', and 'err'. Even if I don't use some of them. <br>
          <br>
          The editor sees i don't really use some of those variable and
          it complains<br>
          systematically. <br>
          <br>
          Is there a way, also a trick, to make the editor stop
          complaining ?<br>
          <br>
          <br>
          bye<br>
          Nicola<br>
          <br>
        </font></font></blockquote>
    <br>
    Sometimes I just add a line like<br>
    <br>
    { unusedVar1. unusedVar2}.<br>
    <br>
    That's enough.<br>
    <br>
    Still, I don't mind making this behavior configurable.<br>
    <br>
    Cheers,<br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
<a class="moz-txt-link-freetext" href="https://independent.academia.edu/JuanVuletich">https://independent.academia.edu/JuanVuletich</a>
<a class="moz-txt-link-freetext" href="https://www.researchgate.net/profile/Juan-Vuletich">https://www.researchgate.net/profile/Juan-Vuletich</a>
<a class="moz-txt-link-freetext" href="https://patents.justia.com/inventor/juan-manuel-vuletich">https://patents.justia.com/inventor/juan-manuel-vuletich</a>
@JuanVuletich</pre>
  </body>
</html>