[Fontconfig] fontconfig: Branch 'master' - 7 commits
Behdad Esfahbod
behdad at behdad.org
Mon Dec 31 15:17:02 PST 2012
Also, how does the cross-compiling tinderbox bootstrap the generated header
files that are not generated when cross compiling?
behdad
On 12-12-31 12:29 PM, Jon TURNEY wrote:
> On 30/12/2012 03:58, Behdad Esfahbod wrote:
>> commit 83d8019011232d491df93cda97a2f988ee96005b
>> Author: Behdad Esfahbod <behdad at behdad.org>
>> Date: Sat Dec 29 22:32:56 2012 -0500
>>
>> Fix unused-parameter warnings
>>
>> diff --git a/src/fcarch.c b/src/fcarch.c
>> index 44548fc..8e6a8c4 100644
>> --- a/src/fcarch.c
>> +++ b/src/fcarch.c
>> @@ -66,7 +66,7 @@ FC_ASSERT_STATIC (0x08 + 6*SIZEOF_VOID_P == sizeof (FcCache));
>>
>>
>> int
>> -main (int argc, char **argv)
>> +main (int argc FC_UNUSED, char **argv FC_UNUSED)
>> {
>> printf ("%s\n", FC_ARCHITECTURE);
>> return 0;
>> diff --git a/src/fccache.c b/src/fccache.c
>
> This seems to break compilation when --with-arch is used, see [1]. Attached
> is a small patch to fix.
>
> [1] http://tinderbox.freedesktop.org/builds/2012-12-30-0013/logs/fontconfig/#build
>
>
>
> _______________________________________________
> Fontconfig mailing list
> Fontconfig at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/fontconfig
>
--
behdad
http://behdad.org/
More information about the Fontconfig
mailing list