POV-Ray : Newsgroups : povray.programming : mixing POV code with C++ : Re: POV source errors Server Time
29 Jul 2024 06:22:02 EDT (-0400)
  Re: POV source errors  
From: Nathan Kopp
Date: 14 Feb 1999 19:57:04
Message: <36C77118.3C9F3177@Kopp.com>
Yes, but you'll still get errors for the Assign_SNGL_Vect macro... it
doesn't know if you're assigning from doubles or singles.

-Nathan

Nigel Stewart wrote:
> 
> >> You only get 710? :)  Most of them are precision warnings
> 
> >Ron, it is nearly useless to try to remove this because it all is a result
> >of the macro DBL
> 
> DBL x = 2.0;
> 
> becomes
> 
> DBL x = (DBL) 2.0;
> 
> Is there anything unreasonable or dangerous about doing this?
> I think it is worth keeping the MS compiler quiet, because sometimes
> things like signed/unsigned, unused, uninitialised variable, actually
> help solve problems.
> 
> Has anyone run POV through Purify, or Bounds Checker?


Post a reply to this message

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