Turn the numeric parameter to err_sfntbadglyph from wchar_t to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 9 Jul 2008 17:06:29 +0000 (17:06 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 9 Jul 2008 17:06:29 +0000 (17:06 +0000)
commit9e0fd4a7ae4ab89d8b38eeec4f02c2f9f4524a98
tree067777afe536132e0f26887197d75403f678b6aa
parentfafe28e8306978f5b4110e106db923accc08bc0f
Turn the numeric parameter to err_sfntbadglyph from wchar_t to
unsigned int, after a correspondent mentioned that DJGPP produces a
very scary warning about integer promotion making use of the former
in va_arg non-portable. Whether or not that's standards-justifiable,
it's certainly the case that we were casting _to_ wchar_t from
unsigned int in all cases of this error actually being used, so the
simplest thing is just to transfer the number through va_arg as
unsigned.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@8112 cda61777-01e9-0310-a592-d414129be87e
error.c
in_sfnt.c