Re: Coverity 3759, Add missing prototype for gx_hld_is_hl_color_available()
"Igor V. Melichev" <[email protected]> Thu, 25 Dec 2008 22:52:13 +0300
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
Fine with me. ----- Original Message ----- From: "Alex Cherepanov" <[email protected]> To: <[email protected]> Sent: Thursday, December 25, 2008 10:06 PM Subject: [gs-code-review] Coverity 3759, Add missing prototype for gx_hld_is_hl_color_available() > Include missing prototype for gx_hld_is_hl_color_available() > > -------------------------------------------------------------------------------- > Index: gs/base/lib.mak > =================================================================== > --- gs/base/lib.mak (revision 9301) > +++ gs/base/lib.mak (working copy) > @@ -1062,7 +1062,7 @@ > $(gpcheck_h)\ > $(gsrect_h)\ > $(gxdcolor_h) $(gxdevice_h) $(gxfixed_h) $(gxiparam_h) $(gxistate_h) > $(gxmatrix_h)\ > - $(gdevddrw_h) $(gxdtfill_h) $(vtrace_h) > + $(gxhldevc_h) $(gdevddrw_h) $(gxdtfill_h) $(vtrace_h) > $(GLCC) $(GLO_)gdevddrw.$(OBJ) $(C_) $(GLSRC)gdevddrw.c > > $(GLOBJ)gdevdsha.$(OBJ) : $(GLSRC)gdevdsha.c $(GXERR) $(gserrors_h)\ > Index: gs/base/gdevddrw.c > =================================================================== > --- gs/base/gdevddrw.c (revision 9301) > +++ gs/base/gdevddrw.c (working copy) > @@ -25,6 +25,7 @@ > #include "gxdevice.h" > #include "gxiparam.h" > #include "gxistate.h" > +#include "gxhldevc.h" > #include "gdevddrw.h" > #include "vdtrace.h" > /* > -------------------------------------------------------------------------------- > _______________________________________________ > gs-code-review mailing list > [email protected] > http://www.ghostscript.com/mailman/listinfo/gs-code-review >