You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2007/10/17 15:54:15 UTC

[classlib] [nio_char] warnings with gcc 4.2 on linux/x86

I don't know the code well enough to dive in and fix these, but perhaps
someone would like to take a look at:

  ../shared/additional/GB18030.c:1250: warning: comparison is always
  true due to limited range of data type
  ../shared/additional/GB18030.c:1281: warning: comparison is always
  true due to limited range of data type

I've raised JIRA https://issues.apache.org/jira/browse/HARMONY-4959 to
record this issue.

-Mark.



Re: [classlib] [nio_char] warnings with gcc 4.2 on linux/x86

Posted by Vladimir Strigun <vs...@gmail.com>.
On 10/17/07, Mark Hindess <ma...@googlemail.com> wrote:
>
> I don't know the code well enough to dive in and fix these, but perhaps
> someone would like to take a look at:
>
>  ../shared/additional/GB18030.c:1250: warning: comparison is always
>  true due to limited range of data type
>  ../shared/additional/GB18030.c:1281: warning: comparison is always
>  true due to limited range of data type
>
> I've raised JIRA https://issues.apache.org/jira/browse/HARMONY-4959 to
> record this issue.
>
> -Mark.

Thanks Mark,

I'll have a look to the issue.

Vladimir.