Re: [cdesktopenv-devel] Fixes to warnings in the ToolTalk libraries

2012-08-14 Thread Jon Trulson
On Tue, 14 Aug 2012, ch...@chriswareham.net wrote: > Attached patch has seen a make clean && make World on my machine. There > remains > a signed / unsigned comparison issue, where an unsigned short is > being read fr Both patches applied. -- Jon Trulson "If the Martian rope-a-dope don't get

Re: [cdesktopenv-devel] Fixes to warnings in the ToolTalk libraries

2012-08-14 Thread ch...@chriswareham.net
On 14 August 2012 at 12:01 "ch...@chriswareham.net" wrote: > Attached patch has seen a make clean && make World on my machine. There > remains a signed / unsigned comparison issue, where an unsigned short is being > read from an RPC message and then assigned to either a uid_t or gid_t, which > a

[cdesktopenv-devel] Fixes to warnings in the ToolTalk libraries

2012-08-14 Thread ch...@chriswareham.net
Attached patch has seen a make clean && make World on my machine. There remains a signed / unsigned comparison issue, where an unsigned short is being read from an RPC message and then assigned to either a uid_t or gid_t, which are then compared to -1. This causes a warning when compiling the lib/t