On Wed, Aug 26, 2009 at 4:13 PM, Vincent Torri<vto...@univ-evry.fr> wrote:
>
>
> On Wed, 26 Aug 2009, Andre Dieb wrote:
>
>> On Wed, Aug 26, 2009 at 3:52 PM, Vincent Torri <vto...@univ-evry.fr>
>> wrote:
>>
>>>
>>> hey,
>>>
>>> eina_log defines EINA_LOG_LEVEL_UNKNOWN to INT32_MIN (btw, why _MIN ?).
>>> The problem is that, stdint.h, INT32_MIN is defined if the compiler is
>>> not
>>> a c++ one. Which, btw, that the compilation on Windows fails.
>>>
>>
>> It is INT32_MIN (negative) so that the compiler won't set the enum typedef
>> as unsigned int and forbid users to provide negative logging levels.
>
> and just -1 ?

then user want to create a "more critical" level and he is believed to
be undefined/unknown?

the idea is us to pre-define some leves, from critical (0) to debug
(4), but users are free to extend that. For example, in our set-top
boxes we have EDBG (extra debug) to dump DVB tables and often we
define "more than critical" levels just to reduce debug to it and
avoid all warnings/messages BUT those.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to