[gs-cvs] rev 7185 - trunk/gs/src

leonardo at ghostscript.com leonardo at ghostscript.com
Thu Nov 9 12:05:10 PST 2006


Author: leonardo
Date: 2006-11-09 12:05:09 -0800 (Thu, 09 Nov 2006)
New Revision: 7185

Modified:
   trunk/gs/src/devs.mak
   trunk/gs/src/gdevbit.c
   trunk/gs/src/gxccman.c
Log:
Fix : Cygwin/gcc warnings

EXPECTED DIFFERENCES :

None.


Modified: trunk/gs/src/devs.mak
===================================================================
--- trunk/gs/src/devs.mak	2006-11-09 19:25:53 UTC (rev 7184)
+++ trunk/gs/src/devs.mak	2006-11-09 20:05:09 UTC (rev 7185)
@@ -1096,7 +1096,7 @@
 	$(ADDMOD) $(DD)bitrgbtags -include $(GLD)cielib
 
 $(GLOBJ)gdevbit.$(OBJ) : $(GLSRC)gdevbit.c $(PDEVH) $(math__h)\
- $(gsparam_h) $(gdevdcrd_h) $(gscrd_h) $(gscrdp_h) $(gxlum_h)\
+ $(gsparam_h) $(gdevdcrd_h) $(gscrd_h) $(gscrdp_h) $(gxlum_h) $(gxdcconv_h)\
  $(gsutil_h)
 	$(GLCC) $(GLO_)gdevbit.$(OBJ) $(C_) $(GLSRC)gdevbit.c
 

Modified: trunk/gs/src/gdevbit.c
===================================================================
--- trunk/gs/src/gdevbit.c	2006-11-09 19:25:53 UTC (rev 7184)
+++ trunk/gs/src/gdevbit.c	2006-11-09 20:05:09 UTC (rev 7185)
@@ -20,6 +20,7 @@
 #include "gscrd.h"
 #include "gscrdp.h"
 #include "gxlum.h"
+#include "gxdcconv.h"
 #include "gdevdcrd.h"
 #include "gsutil.h" /* for bittags hack */
 

Modified: trunk/gs/src/gxccman.c
===================================================================
--- trunk/gs/src/gxccman.c	2006-11-09 19:25:53 UTC (rev 7184)
+++ trunk/gs/src/gxccman.c	2006-11-09 20:05:09 UTC (rev 7185)
@@ -244,7 +244,7 @@
     return code;
 }
 
-private inline 
+private inline bool
 does_font_need_tt_interpreter(gs_font *font)
 {
     if (font->FontType == ft_TrueType || font->FontType == ft_CID_TrueType) {



More information about the gs-cvs mailing list