Re: [pgadmin-hackers] warnings patch submission

2013-07-19 Thread Dave Page
On Fri, Jul 19, 2013 at 2:58 PM, Richard PALO wrote: > The following patch should get over the (in this case cosmetic) warning: >> >> ./gqb/gqbView.cpp: In member function 'void >> gqbView::onMotion(wxMouseEvent&)': >> ./gqb/gqbView.cpp:344:16: warning: converting 'false' to pointer type >> 'gqbOb

[pgadmin-hackers] warnings patch submission

2013-07-19 Thread Richard PALO
The following patch should get over the (in this case cosmetic) warning: ./gqb/gqbView.cpp: In member function 'void gqbView::onMotion(wxMouseEvent&)': ./gqb/gqbView.cpp:344:16: warning: converting 'false' to pointer type 'gqbObject*' [-Wconversion-null] anySelected = false;