diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-04-15 20:58:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-04-15 20:58:40 +0000 |
commit | f2a133be392d628cedf90fadf2d217cc73cc1ca5 (patch) | |
tree | 0d03f2c9e676a8cc23b34ea12208c0f76261aec8 /ChangeLog | |
parent | 21137ffb5cdb77773638d25b06880074f4f3a03b (diff) | |
download | pango-f2a133be392d628cedf90fadf2d217cc73cc1ca5.tar.gz |
Cast some enumeration members that are bigger than signed integers to
Tue Apr 15 04:53:56 2003 Owen Taylor <otaylor@redhat.com>
* modules/indic/indic-ot.h (enum): Cast some enumeration
members that are bigger than signed integers to (int) to fix
warning on AIX. (#107924)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Apr 15 04:53:56 2003 Owen Taylor <otaylor@redhat.com> + + * modules/indic/indic-ot.h (enum): Cast some enumeration + members that are bigger than signed integers to (int) to fix + warning on AIX. (#107924) + Tue Apr 15 04:39:48 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-coverage.c (pango_coverage_set): Fix |