POV-Ray : Newsgroups : povray.unix : build of POVRay 3.50c full of many many warnings .. is this normal? Server Time
3 Jul 2024 05:17:36 EDT (-0400)
  build of POVRay 3.50c full of many many warnings .. is this normal? (Message 1 to 2 of 2)  
From: Dennis Clarke
Subject: build of POVRay 3.50c full of many many warnings .. is this normal?
Date: 24 Mar 2004 16:52:18
Message: <Pine.GSO.4.58.0403241649420.19686@blastwave>
It seems like every source file generates 30 to 50 warning messages.  Is this
normal during make?

"isosurf.cpp", line 841: Warning: String literal converted to char* in formal
argument format in call to WarningAt(unsigned, char*, long, char*, ...).
"isosurf.cpp", line 851: Warning: String literal converted to char* in formal
argument format in call to Debug_Info(char*, ...).
"isosurf.cpp", line 865: Warning: String literal converted to char* in formal
argument file in call to pov_free(void*, char*, int).
"isosurf.cpp", line 869: Warning: String literal converted to char* in formal
argument file in call to pov_free(void*, char*, int).
14 Warning(s) detected.

This happens pretty much with every source file.

Dennis


Post a reply to this message

From: Warp
Subject: Re: build of POVRay 3.50c full of many many warnings .. is this normal?
Date: 24 Mar 2004 17:36:45
Message: <40620d7c@news.povray.org>
Dennis Clarke <dcl### [at] blastwaveorg> wrote:

> It seems like every source file generates 30 to 50 warning messages.  Is this
> normal during make?

  It is normal for the compiler to warn about those.
  And actually the compiler is right. IIRC this was corrected in
the 3.6 source. However, they are only warnings of potential misbehaviour,
they do not mean there's something wrong. You can safely ignore those
warnings.

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

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