On Wed, Feb 07, 2007 at 12:20:38AM +, Roger Leigh wrote:
> Pierre HABOUZIT <[EMAIL PROTECTED]> writes:
>
> > tag 377416 + moreinfo
> > thanks
> >
> > On Sat, Jul 08, 2006 at 08:14:35PM +0100, Roger Leigh wrote:
> >> Package: libc6-dev
> >> Version: 2.3.6-15
> >> Severity: important
> >>
> >>
Pierre HABOUZIT <[EMAIL PROTECTED]> writes:
> tag 377416 + moreinfo
> thanks
>
> On Sat, Jul 08, 2006 at 08:14:35PM +0100, Roger Leigh wrote:
>> Package: libc6-dev
>> Version: 2.3.6-15
>> Severity: important
>>
>> # if !defined __cplusplus && __GNUC_PREREQ (3, 3)
>> # define __THROW __attr
tag 377416 + moreinfo
thanks
On Sat, Jul 08, 2006 at 08:14:35PM +0100, Roger Leigh wrote:
> Package: libc6-dev
> Version: 2.3.6-15
> Severity: important
>
> # if !defined __cplusplus && __GNUC_PREREQ (3, 3)
> # define __THROW __attribute__ ((__nothrow__))
> # define __NTH(fc
Aurelien Jarno <[EMAIL PROTECTED]> writes:
> Roger Leigh wrote:
>> Package: libc6-dev
>> Version: 2.3.6-15
>> Severity: important
>>
>> # if !defined __cplusplus && __GNUC_PREREQ (3, 3)
>> # define __THROW __attribute__ ((__nothrow__))
>> # define __NTH(fct)__attribute__
Roger Leigh wrote:
Package: libc6-dev
Version: 2.3.6-15
Severity: important
# if !defined __cplusplus && __GNUC_PREREQ (3, 3)
# define __THROW __attribute__ ((__nothrow__))
# define __NTH(fct)__attribute__ ((__nothrow__)) fct
# else
# if defined __cplusplus && __GNUC_P
Changing
# if !defined __cplusplus && __GNUC_PREREQ (3, 3)
# define __THROW __attribute__ ((__nothrow__))
# define __NTH(fct)__attribute__ ((__nothrow__)) fct
to
# if !defined __cplusplus && __GNUC_PREREQ (3, 3)
# define __THROW
# define __NTH(fct)__attribute__ ((__nothrow__))
Package: libc6-dev
Version: 2.3.6-15
Severity: important
# if !defined __cplusplus && __GNUC_PREREQ (3, 3)
# define __THROW __attribute__ ((__nothrow__))
# define __NTH(fct)__attribute__ ((__nothrow__)) fct
# else
# if defined __cplusplus && __GNUC_PREREQ (2,8)
# defin
7 matches
Mail list logo