Use int instead of size_t to silence warning
commit08f990a9464c2a8baa9f3b4a6b8b3b8d1df8d9a0
authorCarlos R. Mafra <crmafra@gmail.com>
Thu, 8 Apr 2010 15:11:35 +0000 (8 17:11 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 8 Apr 2010 15:11:41 +0000 (8 17:11 +0200)
treeff180a57e6e0f7f55df4cf44f35557bee27d940b
parent241e66ff0a4b5ae067c1a6619fb14eb2496f399d
Use int instead of size_t to silence warning

gcc-4.4.1 was complaining:

fontconv.c: In function ‘mapWeightToName’:
fontconv.c:114: warning: field precision should have type ‘int’, but argument 4 has type ‘size_t’
fontconv.c:114: warning: field precision should have type ‘int’, but argument 4 has type ‘size_t’
fontconv.c: In function ‘xlfdToFc’:
fontconv.c:157: warning: field precision should have type ‘int’, but argument 4 has type ‘size_t’
fontconv.c:157: warning: field precision should have type ‘int’, but argument 4 has type ‘size_t’
util/fontconv.c