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

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

# Line 432 | Line 432 | wputs(                         /* warning output function */
432   )
433   {
434          int  lasterrno = errno;
435 +        if (erract[WARNING].pf == NULL)
436 +                return;         /* called by calcomp or someone */
437          eputs(s);
438          errno = lasterrno;
439   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines