Add FcTypeUnknown to FcType to avoid comparison of constant -1
authorAkira TAGOH <akira@tagoh.org>
Fri, 28 Jun 2013 06:04:11 +0000 (15:04 +0900)
committerAkira TAGOH <akira@tagoh.org>
Fri, 28 Jun 2013 06:04:11 +0000 (15:04 +0900)
commit197d06c49b01413303f2c92130594daa4fcaa6ad
tree54cd97ce895636052b51e9a7a6dc838ae769b2df
parent38ab7ab2fbd83c0c62e4b78302b5fe89da0cb79e
Add FcTypeUnknown to FcType to avoid comparison of constant -1

This change reverts 9acc14c34a372b54f9075ec3611588298fb2a501
because it doesn't work as expected when building
with -fshort-enums which is default for older arms ABIs

Thanks for pointing this out, Thomas Klausner, Valery Ushakov, and Martin Husemann
fontconfig/fcprivate.h
fontconfig/fontconfig.h
src/fccfg.c
src/fcdbg.c
src/fcint.h
src/fclist.c
src/fcname.c
src/fcobjs.c
src/fcpat.c
src/fcxml.c