Re: Fixed some compiler warnings

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема Re: Fixed some compiler warnings
Дата
Msg-id CANxoLDddyUM=4MH6oMyKn7b6__Bk-cMq8kfZo79jrqj3Q4jX9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Fixed some compiler warnings  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Fixed some compiler warnings
Список pgadmin-hackers



On Thu, Jan 30, 2014 at 7:35 PM, Dave Page <dpage@pgadmin.org> wrote:
Hi


On Thu, Jan 30, 2014 at 9:35 AM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi Dave 

I have fixed some compiler warnings which we are facing on OSX Mavericks. Attached is the patch file. Can you please review it.

If patch looks good to you then can you please commit it.


It mostly looks good, but what's with the operator changes? Why is it complaining about x >= 0 ? 

   In all such cases x is unsigned int and compiler complaining about condition "x >=0" will always true.  

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
Akshay Joshi
Principal Software Engineer 


Phone: +91 20-3058-9517
Mobile: +91 976-788-8246

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Add CREATE EXTENSION Support
Следующее
От: Dave Page
Дата:
Сообщение: Re: Fixed some compiler warnings