splashscreen.so is missing pnggccrd.c
Martin Buchholz
martinrb at google.com
Sun Aug 24 16:57:17 UTC 2008
On Sun, Aug 24, 2008 at 3:55 AM, Andrew Haley <aph at redhat.com> wrote:
> What's the point of these changes?
>
>
>> -const static unsigned long long _mask8_0 = 0x0102040810204080LL;
I didn't want to introduce new warnings, and my gcc warned that
static should come at the beginning of a declaration. so I did
s/const static/static const/g
which seems very safe.
Martin
More information about the build-dev
mailing list