pgAdmin III commit: Cleanup some compiler warnings seen with clang on O

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Cleanup some compiler warnings seen with clang on O
Date: 2014-02-07 09:12:57
Message-ID: E1WBhUX-0004e4-2I@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Cleanup some compiler warnings seen with clang on OS X.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=23af725e7b3152e4c7ed1e7ee82573d5301194f4
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
pgadmin/ctl/ctlSQLBox.cpp | 2 +-
pgadmin/ctl/ctlSQLGrid.cpp | 6 +++---
pgadmin/ctl/ctlSQLResult.cpp | 2 +-
pgadmin/dd/dditems/figures/ddColumnKindIcon.cpp | 4 +++-
pgadmin/dd/dditems/tools/ddColumnTextTool.cpp | 2 +-
pgadmin/debugger/dbgController.cpp | 2 ++
pgadmin/debugger/dbgTargetInfo.cpp | 6 ++++--
pgadmin/dlg/dlgProperty.cpp | 2 ++
pgadmin/gqb/gqbGridRestTable.cpp | 2 +-
pgadmin/hotdraw/utilities/hdGeometry.cpp | 2 +-
pgadmin/ogl/lines.cpp | 8 --------
pgadmin/utils/factory.cpp | 2 +-
12 files changed, 20 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2014-02-07 09:15:11 Re: Fixed some compiler warnings
Previous Message Guillaume Lelarge 2014-02-06 18:55:30 Re: Format SQL (external tool)