Re: CVS Commit by andreas: gcc3.4 workaround

From: Raphael Enrici <blacknoz(at)club-internet(dot)fr>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: CVS Commit by andreas: gcc3.4 workaround
Date: 2004-08-17 22:09:09
Message-ID: 41228205.104@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Raphaël Enrici wrote:

> Dave Page wrote:
>
>>
>>> -----Original Message-----
>>> From: pgadmin-hackers-owner(at)postgresql(dot)org
>>> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of
>>> cvs(at)cvs(dot)pgadmin(dot)org
>>> Sent: 16 August 2004 15:43
>>> To: pgadmin-hackers(at)postgresql(dot)org
>>> Subject: [pgadmin-hackers] CVS Commit by andreas: gcc3.4 workaround
>>>
>>> Log Message:
>>> -----------
>>> gcc3.4 workaround
>>>
>>> Modified Files:
>>> --------------
>>> pgadmin3/src/include:
>>> dlgClasses.h (r1.6 -> r1.7)
>>
>> Is this the cause of:
>
>
> Yes I think so.
>
> Andreas, it seems you missed something with the patch or maybe I just
> provided a bad one.
> What I see in dlgClasses.h is:
> #if __GNUC__ >= 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
> public:
> void OnOK(wxCommandEvent& ev);
> void OnCancel(wxCommandEvent& ev);
> void OnClose(wxCloseEvent& event);
> protected:
> #endif
>
> IMHO It should be:
> #if __GNUC__ >= 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
> public:
>
> #endif
> void OnOK(wxCommandEvent& ev);
> void OnCancel(wxCommandEvent& ev);
> void OnClose(wxCloseEvent& event);
> protected:

patch attached to reflect this.

Regards,
Raphael

Attachment Content-Type Size
patchgcc34 text/plain 794 bytes

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2004-08-17 23:01:23 CVS Commit by andreas: gcc3.4 workaround typo fix
Previous Message Raphael Enrici 2004-08-17 22:01:33 Solaris port status let's go for a new "tour" :)