Le 8 juin 09 à 13:45, Quentin Mathé a écrit :

> Le 7 juin 09 à 20:27, Truls Becken a écrit :
>
>> On Sun, Jun 7, 2009 at 19:27, Quentin Mathé wrote:
>>
>>> Le 6 juin 09 à 20:09, Quentin Mathé a écrit :
>>>
>>>> Le 3 juin 09 à 22:38, Truls Becken a écrit :
>>>>
>>>>> There is also one I did not include in the diff; ETUUID uses an
>>>>> uninitialized variable on purpose to generate a random seed (as a
>>>>> fallback in case /dev/random does not work). GCC 4.4 does not like
>>>>> that.
>>>
>>> There is no __attribute___((uninitialized)), so may be you can try  
>>> to
>>> see whether a diagnostic pragma works. I mean something like:
>>> #else
>>> #pragma GCC diagnostic ignored "-Wuninitialized"
>>> static void ETSRandomDev()
>>> {
>>> However I'm not sure this warning support to be tweaked with a
>>> pragma.
>>> If it isn't the case, we'll have to turn it off globally in Source/
>>> GNUmakefile at least for platforms other than BSDs and Linux.

Sorry to reply one more time to myself.
Just to let you know I committed the diagnostic pragma fix with r4784.

Thanks,
Quentin.
_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to