Re: Fixing compiler warnings

2009-02-04 Thread Adam Jackson
On Mon, 2009-02-02 at 23:02 +0100, Tomas Carnecky wrote: > -- > bigreq.c:46: warning: no previous prototype for ‘BigReqExtensionInit’ > sync.c:2124: warning: no previous prototype for ‘SyncExtensionInit’ > xcmisc.c:59: warning: no

Re: Fixing compiler warnings

2009-02-03 Thread Peter Hutterer
On Mon, Feb 02, 2009 at 11:02:57PM +0100, Tomas Carnecky wrote: > I've been trying to fix the compiler warnings that gcc generates when > compiling the xserver source. Pushed all minus the two I commented on, and the sdksyms.sh patch. I don't know whether that's the right thing to do, so I left

Fixing compiler warnings

2009-02-02 Thread Tomas Carnecky
I've been trying to fix the compiler warnings that gcc generates when compiling the xserver source. I've been able to fix quite a few, but there are still some left, which I don't know how to resolve. I have 14 patches for the xserver and two for libxtrans. I can post them either individually o