goffice r2141 - in trunk/goffice: graph math
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: goffice r2141 - in trunk/goffice: graph math
- Date: Wed, 9 Jul 2008 02:46:04 +0000 (UTC)
Author: jody
Date: Wed Jul 9 02:46:04 2008
New Revision: 2141
URL: http://svn.gnome.org/viewvc/goffice?rev=2141&view=rev
Log:
squash some pedantic warnings
Modified:
trunk/goffice/graph/goffice-graph.h
trunk/goffice/math/go-cspline.h
Modified: trunk/goffice/graph/goffice-graph.h
==============================================================================
--- trunk/goffice/graph/goffice-graph.h (original)
+++ trunk/goffice/graph/goffice-graph.h Wed Jul 9 02:46:04 2008
@@ -147,7 +147,7 @@
GOG_MS_DIM_LOW, /* we made it up for hi-lo*/
GOG_MS_DIM_HIGH, /* we made it up for hi-lo */
GOG_MS_DIM_EXTRA1, /* we made it up for other uses */
- GOG_MS_DIM_EXTRA2, /* we made it up for other uses */
+ GOG_MS_DIM_EXTRA2 /* we made it up for other uses */
} GogMSDimType;
typedef enum {
Modified: trunk/goffice/math/go-cspline.h
==============================================================================
--- trunk/goffice/math/go-cspline.h (original)
+++ trunk/goffice/math/go-cspline.h Wed Jul 9 02:46:04 2008
@@ -36,7 +36,7 @@
GO_CSPLINE_PARABOLIC,
GO_CSPLINE_CUBIC,
GO_CSPLINE_CLAMPED,
- GO_CSPLINE_MAX,
+ GO_CSPLINE_MAX
} GOCSplineType;
struct GOCSpline *go_cspline_init (double const *x, double const *y, int n,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]