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

Comparing ray/src/rt/rxpiece.cpp (file contents):
Revision 2.5 by greg, Tue Sep 17 16:29:09 2024 UTC vs.
Revision 2.6 by greg, Thu Oct 31 19:22:36 2024 UTC

# Line 340 | Line 340 | wputs(                         /* warning output function */
340          const char      *s
341   )
342   {
343 +        if (!erract[WARNING].pf)
344 +                return;         // warnings were disabled!
345          int  lasterrno = errno;
346          eputs(s);
347          errno = lasterrno;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines