[cairo-commit] xsvg ChangeLog,1.23,1.24 configure.in,1.9,1.10

Carl Worth commit at pdx.freedesktop.org
Thu Jan 20 08:40:25 PST 2005


Committed by: cworth

Update of /cvs/cairo/xsvg
In directory gabe:/tmp/cvs-serv18586

Modified Files:
	ChangeLog configure.in 
Log Message:

        * src/xsvg.c: Track split-up of cairo.h.

        * configure.in: Add lots of warning flags when compiling with gcc.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/xsvg/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ChangeLog	5 Jan 2005 21:08:54 -0000	1.23
+++ ChangeLog	20 Jan 2005 16:40:23 -0000	1.24
@@ -1,3 +1,9 @@
+2005-01-20  Carl Worth  <cworth at cworth.org>
+
+	* src/xsvg.c: Track split-up of cairo.h.
+
+	* configure.in: Add lots of warning flags when compiling with gcc.
+
 2005-01-05  Carl Worth  <cworth at cworth.org>
 
 	* doc/Makefile.am (EXTRA_DIST): Add man_MANS to EXTRA_DIST so that

Index: configure.in
===================================================================
RCS file: /cvs/cairo/xsvg/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- configure.in	23 Jul 2004 16:24:14 -0000	1.9
+++ configure.in	20 Jan 2005 16:40:23 -0000	1.10
@@ -26,6 +26,18 @@
 dnl ===========================================================================
 
 PKG_CHECK_MODULES(XSVG, libsvg-cairo >= 0.1.3 xcursor)
+
+dnl Use lots of warning flags with GCC
+
+WARN_CFLAGS=""
+
+if test "x$GCC" = "xyes"; then
+	WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \
+	-Wmissing-prototypes -Wmissing-declarations \
+	-Wnested-externs -fno-strict-aliasing"
+fi
+XSVG_CFLAGS="$XSVG_CFLAGS $WARN_CFLAGS"
+
 AC_SUBST(XSVG_CFLAGS)
 AC_SUBST(XSVG_LIBS)
 




More information about the cairo-commit mailing list