POV-Ray : Newsgroups : povray.programming : mixing POV code with C++ : Re: POV source errors Server Time
29 Jul 2024 06:14:20 EDT (-0400)
  Re: POV source errors  
From: Nathan Kopp
Date: 12 Feb 1999 09:31:12
Message: <36C43B73.CA5DDB31@Kopp.com>
Ron Parker wrote:
> 
> You only get 710? :)  Most of them are precision warnings, which are really
> kind of a nitpicky kind of warning anyway.  I've always just ignored them,
> until I can find the time to sit down and fix every single one, or someone
> else can.  There's definitely a lot of float->double->float conversions going
> on in various places, but fixing them would be quite a chore.

The MS compliler (at least VC 6) complains about const double -> float
assignments, like:

  float x = 2.0;

Which makes for even more warnings.

-Nathan


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.