2012/3/29 Eugeni Dodonov :
> I wonder if we could drop the dead^W#ifd 0'ed code here as well, perhaps
> with a separate patch? I don't think it will get used again in the future
> (but I might be wrong).
>
Removing #if 0'ed code won't fix compiler warnings, so if we do this,
it should
be done in a
2012/3/29 Eugeni Dodonov :
> I wonder if we could drop the dead^W#ifd 0'ed code here as well, perhaps
> with a separate patch? I don't think it will get used again in the future
> (but I might be wrong).
>
Removing #if 0'ed code won't fix compiler warnings, so if we do this,
it should
be done in a
On Thu, Mar 29, 2012 at 18:28, Paulo Zanoni wrote:
> From: Paulo Zanoni
>
> Use unsigned int instead of int:
> - modetest.c:89:1: warning: comparison between signed and unsigned integer
> expressions [-Wsign-compare]
> - modetest.c:97:1: warning: comparison between signed and unsigned integer
>
On Thu, Mar 29, 2012 at 18:28, Paulo Zanoni wrote:
> From: Paulo Zanoni
>
> Use unsigned int instead of int:
> - modetest.c:89:1: warning: comparison between signed and unsigned integer
> expressions [-Wsign-compare]
> - modetest.c:97:1: warning: comparison between signed and unsigned integer
>
From: Paulo Zanoni
Use unsigned int instead of int:
- modetest.c:89:1: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
- modetest.c:97:1: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
- modetest.c:117:1: warning: compar
From: Paulo Zanoni
Use unsigned int instead of int:
- modetest.c:89:1: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
- modetest.c:97:1: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
- modetest.c:117:1: warning: compar