libgimpmath/gimpvector.c shut up some compiler warnings.
* libgimpmath/gimpvector.c * libgimpconfig/gimpconfig-deserialize.c: shut up some compiler warnings.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2005-12-30 DindinX <dindinx@gimp.org>
|
||||||
|
|
||||||
|
* libgimpmath/gimpvector.c
|
||||||
|
* libgimpconfig/gimpconfig-deserialize.c: shut up some compiler
|
||||||
|
warnings.
|
||||||
|
|
||||||
2005-12-30 DindinX <dindinx@gimp.org>
|
2005-12-30 DindinX <dindinx@gimp.org>
|
||||||
|
|
||||||
* plug-ins/ifscompose/ifscompose_utils.c: fixed some compiler warnings
|
* plug-ins/ifscompose/ifscompose_utils.c: fixed some compiler warnings
|
||||||
|
@ -214,7 +214,7 @@ gimp_config_deserialize_property (GimpConfig *config,
|
|||||||
{
|
{
|
||||||
GTypeClass *owner_class;
|
GTypeClass *owner_class;
|
||||||
GimpConfigInterface *config_iface;
|
GimpConfigInterface *config_iface;
|
||||||
GimpConfigInterface *parent_iface;
|
GimpConfigInterface *parent_iface = NULL;
|
||||||
GParamSpec *prop_spec;
|
GParamSpec *prop_spec;
|
||||||
GTokenType token = G_TOKEN_RIGHT_PAREN;
|
GTokenType token = G_TOKEN_RIGHT_PAREN;
|
||||||
GValue value = { 0, };
|
GValue value = { 0, };
|
||||||
|
@ -1018,6 +1018,7 @@ gimp_vector_2d_to_3d_val (gint sx,
|
|||||||
result.y = (gdouble) (y - sy) / (gdouble) h;
|
result.y = (gdouble) (y - sy) / (gdouble) h;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
result.z = 0;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user