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

Comparing ray/src/rt/rcmain.c (file contents):
Revision 2.37 by greg, Sun Oct 27 00:01:21 2024 UTC vs.
Revision 2.39 by greg, Wed Oct 30 17:26:13 2024 UTC

# Line 415 | Line 415 | wputs(                         /* warning output function */
415   )
416   {
417          int  lasterrno = errno;
418 +        if (erract[WARNING].pf == NULL)
419 +                return;         /* called by calcomp or someone */
420          eputs(s);
421          errno = lasterrno;
422   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines