Re: Warning on -TRUNK

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Warning on -TRUNK
Date: 2009-12-11 08:57:55
Message-ID: 937d27e10912110057j57d4884fh720b24e9424b24e6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Fri, Dec 11, 2009 at 8:55 AM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
> Le vendredi 11 décembre 2009 à 09:41:59, Dave Page a écrit :
>> ./dlg/dlgTrigger.cpp: In member function `void
>> dlgTrigger::OnAddCol(wxCommandEvent&)':
>> ./dlg/dlgTrigger.cpp:209: warning: unused variable 'colIndex'
>>
>> Looks like the variable can just be removed - or were you going to use
>> it for something you've since forgotten about?
>>
>
> No, it can be removed. I copied/pasted some code of dlgIndex, but forgot to
> remove the variable. I'll commit a fix soon.

Cool, thanks.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-12-11 09:03:23 Re: pgAdmin3 icon
Previous Message Guillaume Lelarge 2009-12-11 08:55:55 Re: Warning on -TRUNK