On 2009/01/26 15:32, Bernd Ahlers wrote:
> Hey,
> 
> this is a new port for the ircd-hybrid-7.2.3 irc server. I'd appreciate
> tests on !i386. Thank you! :)
> 
> Regards,
>       Bernd

s_serv.c is bad on unsigned-char arches, base64_values[] is not marked
as being signed and contains negative values, so gcc gives these warnings:

s_serv.c: In function `unbase64_block':
s_serv.c:2431: warning: comparison is always true due to limited range of data 
type
s_serv.c:2433: warning: comparison is always true due to limited range of data 
type
s_serv.c:2435: warning: comparison is always true due to limited range of data 
type
s_serv.c:2437: warning: comparison is always true due to limited range of data 
type

not had chance to actually test otherwise yet, though.

Reply via email to