Not sure what was meant here - but MSVS is giving a warning.<br><br>&quot;otherInformation&quot; is not actually used in the function, so it compiles, but can we remove the comment to clear up the warning?<br><br>  virtual bool setHintParam(OsiHintParam key, bool yesNo=true,<br>
                  OsiHintStrength strength=OsiHintTry,<br>                  void */*otherInformation*/ = NULL) {<br><br>6&gt;c:\cygwin\home\magala\coin\coin-dip\osi\src\osi\osisolverinterface.hpp(288) : warning C4138: &#39;*/&#39; found outside of comment<br>
8&gt;Compiling...<br><br>