ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rvmain.c
(Generate patch)

Comparing ray/src/rt/rvmain.c (file contents):
Revision 2.21 by greg, Thu Jan 18 00:28:54 2024 UTC vs.
Revision 2.22 by greg, Wed Oct 30 16:47:03 2024 UTC

# Line 265 | Line 265 | wputs(                         /* warning output function */
265   )
266   {
267          int  lasterrno = errno;
268 +        if (erract[WARNING].pf == NULL)
269 +                return;         /* called by calcomp or someone */
270          eputs(s);
271          errno = lasterrno;
272   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines