[Paraview] 1.4.2 compilation errors.

Rupert Shute Rupert.Shute at awe.co.uk
Wed Jun 9 11:22:39 EDT 2004


Hi,

When compiling v1.4.2 using gcc v2.96 I get errors because there are return
statements a function that has no return type. The function concerned is:

void pvTestDriver::CollectConfiguredOptions()
{
...
  return -1;
...
}

If I alter the return type to int instead of void (in files
/GUI/Client/pvTestDriver.h and /GUI/Client/pvTestDriver.cxx) Paraview
compiles.

Is anyone aware of this problem and is my solution a 'safe' thing to do?

Regards
Rupert.
--
_______________________________________________________________________________

The information in this email and in any attachment(s) is commercial in confidence. If you are not the named addressee(s) or if you receive this email in error then any distribution, copying or use of this communication or the information in it is strictly prohibited.  Please notify us immediately by email at intadmin at awe.co.uk, and then delete this message from your computer.  While attachments are virus checked, AWE plc does not accept any liability in respect of any virus which is not detected.



More information about the ParaView mailing list