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

Comparing ray/src/rt/rtmain.c (file contents):
Revision 2.55 by greg, Wed Aug 21 20:42:20 2024 UTC vs.
Revision 2.56 by greg, Wed Oct 30 16:47:03 2024 UTC

# Line 508 | Line 508 | wputs(                         /* warning output function */
508   )
509   {
510          int  lasterrno = errno;
511 +        if (erract[WARNING].pf == NULL)
512 +                return;         /* called by calcomp or someone */
513          eputs(s);
514          errno = lasterrno;
515   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines