On 2015-01-08 19:08, Sławomir Demeszko wrote:
> Signed-off-by: Sławomir Demeszko
> ---
>
> Sorry, it seems my compiler doesn't suport -Wtautological-compare option,
> and I was not warned about this. This condition could be removed, but
> as I read it is unspecified if enums are signed or unsigne
Signed-off-by: Sławomir Demeszko
---
Sorry, it seems my compiler doesn't suport -Wtautological-compare option,
and I was not warned about this. This condition could be removed, but
as I read it is unspecified if enums are signed or unsigned, it depends
on compiler, so I cast it to signed for comp