Re: Warning on -TRUNK

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

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.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-12-11 08:57:55 Re: Warning on -TRUNK
Previous Message Dave Page 2009-12-11 08:41:59 Warning on -TRUNK