summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorStepan Kasal <skasal@src.gnome.org>2005-08-24 14:14:02 +0000
committerStepan Kasal <skasal@src.gnome.org>2005-08-24 14:14:02 +0000
commitd923d1f03f48fdc22a62362b2f7a4a6ddc4aec1e (patch)
tree5c67acfb67b6e4b6d02d4dfbaa18320b68fc212a /ChangeLog.pre-2-8
parent4adde8fdca63b1825ddf19adcd42d3f70e433e98 (diff)
(G_MININT64): Cast to gint64.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-86
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 3f0aaf438..f569b8872 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+2005-08-24 Stepan Kasal <kasal@ucw.cz>
+
+ * glib/gtypes.h (G_MININT64): Cast the constant to gint64; it is
+ guint64 otherwise and that can produce warnings about comparison
+ between signed and unsigned.
+
2005-08-23 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c: Fix the crt_externs.h include.