Not sure what was meant here - but MSVS is giving a warning.<br><br>"otherInformation" 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>c:\cygwin\home\magala\coin\coin-dip\osi\src\osi\osisolverinterface.hpp(288) : warning C4138: '*/' found outside of comment<br>
8>Compiling...<br><br>